Scrape detailed property data from Zillow, including price, address, photos, features, property history, Zestimate, taxes, agent information, schools, and listing details. Ideal for real estate analysis, lead generation, and market research.
0.2 — Reliability for map / community / address pages
🗺️ Fixed blocks on building (/b/…_ll/), community and address-resolver pages — these search-flavored URLs carry far heavier anti-bot coverage than home/apartment pages and were failing every retry.
🧭 At each network rung the Actor now tries a second browser fingerprint (desktop → mobile) before climbing the proxy ladder. Mobile clients get the same rich data on a much lighter-guarded path.
🆔 zpid-bearing URLs (e.g. /community/…_zpid/) are now fetched via their canonical /homedetails/…_zpid/ leaf, which is far less likely to be blocked.
🍪 Each connection now warms first-party cookies with a homepage touch before hitting a detail page, mirroring a real first visit.
0.1 — Initial release
🏡 Scrape full Zillow detail data from home, apartment, building and community URLs.
📍 Resolve free-form addresses to their Zillow detail page automatically.
🗃️ Read detail URLs from a linked search-scraper dataset (searchResultsDatasetId).
🏢 Optionally extract individual building units from building/apartment pages.
🛡️ Smart, sticky connection ladder: direct → datacenter → residential (residential retried up to 3×), with clear log messages on every switch.
💾 Live dataset writes — a partial run still keeps everything collected so far.
📊 Output table with a per-section view (sectionIndex / sourceUrl).