← API Catalog
Apify·Async

Zillow Search Scraper

Knowledge & Data$0.002 / result

What it does

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.

Returns: 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.

Parameters

ParameterTypeRequiredDescription
searchUrlsarrayYesURLs 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.
resultsLimitnumberNoMaximum 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.
extractionMethodselectYesSelect your preferred method of extraction of items from the search results. See Actor's README for more details.

Endpoints

GET/v1/agents/resources/inspect/apify.maxcopell.zillow-scraperPublic
POST/v1/agents/resources/estimate/apify.maxcopell.zillow-scraperPublic
POST/v1/agents/resources/run/apify.maxcopell.zillow-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.maxcopell.zillow-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data