๐ก Zillow Detail Scraper extracts property details from Zillow listingsโprice, beds, baths, square footage & more. ๐โก Automate lead research and market analysis with cleaner, faster data collection for real estate teams. ๐๐
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).