← API Catalog
Apify·Async

Zillow ZIP Code Search Scraper

Knowledge & Data$0.002 / result

What it does

Scraper to find all Zillow real estate properties for sale, for rent or recently sold from given ZIP code locations.

Returns: Scraper to find all Zillow real estate properties for sale, for rent or recently sold from given ZIP code locations.

Parameters

ParameterTypeRequiredDescription
soldbooleanYesFilter properties that have been recently sold
forRentbooleanYesFilter properties listed for rent
priceMaxnumberNoMaximum price of property (monthly price for rental)
priceMinnumberNoMinimum price of property (monthly price for rental)
zipCodesarrayYesList of zip codes for searching properties
daysOnZillowselectNoNumber of days a property has been listed on Zillow (if searching for Recently Sold, then this is the number of days since the property was sold)
resultsLimitnumberNoMaximum number of properties per zip code. If not set, all results are returned. Example: with resultsLimit=10 and 5 zip codes, you get up to 50 results.
forSaleByAgentbooleanYesFilter properties listed for sale by real estate agents
forSaleByOwnerbooleanYesFilter properties listed for sale by owners

Endpoints

GET/v1/agents/resources/inspect/apify.maxcopell.zillow-zip-searchPublic
POST/v1/agents/resources/estimate/apify.maxcopell.zillow-zip-searchPublic
POST/v1/agents/resources/run/apify.maxcopell.zillow-zip-searchAgent 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-zip-search \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data