← API Catalog
Apify·Async

Zillow Detail Scraper

Knowledge & Data$0.003 / result

What it does

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

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

Parameters

ParameterTypeRequiredDescription
addressesarrayNoAddresses to scrape - should be in format 123 Main St, City, State
startUrlsarrayNoURLs to scrape - should be in format https://www.zillow.com/homedetails/Address/12345678_zpid/
propertyStatusselectNoSince Zillow uses different methods to fetch properties for sale, for rent and sold, the Actor needs to know the status of the properties in Start URLs. If you this is provided incorrectly, the Actor will figure out the correct status and use it, but it will require additional requests to Zillow.
extractBuildingUnitsselectNoWhen you input a URL like https://www.zillow.com/b/160-beach-117-st-rockaway-park-ny-9VzB5T/, you can choose to scrape details of individual units in the building, instead of just generic building information.
searchResultsDatasetIdtextNoFor easy integration, this actor can use output of these Zillow search scrapers to scrape more details: Zillow ZIP Code Search Scraper.

Endpoints

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

Related in Knowledge & Data