Go to Store
Zillow Detail Scrapermaxcopell/zillow-detail-scraper

Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.

API

Run Zillow Detail Scraper from your own code. Maps IO calls the samerun-sync-get-dataset-items endpoint server-side and ingests the results into the enriched Postgres.

Set APIFY_API_KEY in your environment, then run the actor and read its dataset:

curl -X POST "https://api.apify.com/v2/acts/maxcopell~zillow-detail-scraper/run-sync-get-dataset-items?token=$APIFY_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{ "searchStringsArray": ["coffee shop"], "maxCrawledPlacesPerSearch": 10 }'