Releases: scrape-badger/scrapebadger-python
Release list
v0.21.0
Added
- eBay
SearchResult:sold_date+sold_date_at— sale date on completed/sold search cards (SCR-122) - eBay
Item:is_endedflag;end_time_utc/end_time_atnow 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
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
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
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
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
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
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
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)
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
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.