Skip to content

Releases: scrape-badger/scrapebadger-python

v0.21.0

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 17 Jul 20:18
76cefd2

Added

  • eBay SearchResult: sold_date + sold_date_at — sale date on completed/sold search cards (SCR-122)
  • eBay Item: is_ended flag; end_time_utc/end_time_at now carry the exact sold time for ended listings of any buying format

Mandatory upgrade for these fields: older versions silently drop them during validation (extra="ignore").

v0.20.0

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 13 Jul 08:53

Add LinkedIn scraper client — 11 no-auth endpoints (jobs search/detail, company jobs, company, school, profile, post, article, learning course, geo suggest). SCR-119.

v0.19.0

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 12 Jul 09:11
c2796eb

Add Depop scraper client: search, product, shop, user-products, and markets endpoints for the Depop second-hand fashion marketplace (client.depop.*).

v0.18.0 — Redfin scraper

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 12 Jul 00:48

Add the Redfin dedicated scraper client (client.redfin): search, get_property, get_agent, autocomplete, list_markets (US + Canada residential real estate). SCR-116.

v0.17.0 — LoopNet sub-client

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 08 Jul 10:02
f217f27

Adds client.loopnet — LoopNet commercial-real-estate (CoStar) SDK across loopnet.com/.ca/.co.uk/.fr/.es (US/CA/UK/FR/ES): search (for-lease/for-sale/auctions), listing detail, broker profile, markets, property types. Fully-typed Loopnet* Pydantic models. (SCR-102)

v0.16.0 — Immobiliare.it

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 08 Jul 07:51
f58e690

Add Immobiliare.it Scraper API client (immobiliare.it / indomio.es / indomio.gr / immotop.lu). New immobiliare client: autocomplete, search, listing detail, agency profile + listings, price insights, markets. Linear SCR-101.

v0.15.7 — Zillow scraper API

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 07 Jul 21:23
350360b

Add Zillow dedicated scraper API client (SCR-99): search (+21 filters), autocomplete, property detail (~99 fields incl nested home_facts, price_history, tax_history, schools, zestimate_history, home_insights), agent profiles (reviews/past_sales/licenses), and markets. Mirrors the realtor module.

v0.15.6 — Leboncoin Scraper API client

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 06 Jul 23:36
66cc327

Add Leboncoin Scraper API client (France) — 10 endpoints: search, ad detail, similar ads, seller profile + listings, markets/regions/departments/categories/location search.

v0.15.5 — Realtor sub-client (US + CA)

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 02 Jul 07:34
472e79a

Adds client.realtor — real-estate listings across realtor.com (US) and realtor.ca (Canada) behind a single market param: search, autocomplete, properties.get_property, reference.list_markets. Fully-typed Pydantic models. (SCR-98)

v0.15.3 — Google Shopping barcode offers

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 29 Jun 21:27
779bace

Add Google Shopping barcode offers: client.google.shopping.offers(barcode) → GET /v1/google/shopping/offers, resolving a GTIN/EAN/UPC to a product and returning its multi-seller Google Shopping offers.