AS
Apify Store
/maxcopell/zillow-scraper
Search Zillow Listings
Extract data about properties for sale and rent on Zillow using the Zillow API, but with no daily call limits. Scrape millions of listings and download your data as HTML, JSON, CSV, Excel, XML. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.
liveverifiedasyncunknown~30s typical
zillowreal estatelistingshomes
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /maxcopell/zillow-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| searchUrls* | array | URLs of your search queries. The url must contain `?searchQueryState=...`, if you only have URL like `www.zillow.com/homes/32754_rb/`, move the map the bit and the details will appear in the URL. |
| extractionMethod* | string (PAGINATION_WITH_ZOOM_IN | PAGINATION | MAP_MARKERS) | Select your preferred method of extraction of items from the search results. See Actor's README for more details. default "PAGINATION_WITH_ZOOM_IN" |
| resultsLimit | integer | Maximum number of properties per search URL. If not set, all results are returned. Example: with resultsLimit=10 and 5 search URLs, you get up to 50 results. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/maxcopell/zillow-scraper","input":{"searchUrls":[{"url":"https://www.zillow.com/austin-tx/"}],"maxItems":20},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /maxcopell/zillow-scraper -i '{"searchUrls":[{"url":"https://www.zillow.com/austin-tx/"}],"maxItems":20}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/maxcopell/zillow-scraper", input: {"searchUrls":[{"url":"https://www.zillow.com/austin-tx/"}],"maxItems":20}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.