Zillow Real Estate Scraper avatar
Zillow Real Estate Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Zillow Real Estate Scraper

Zillow Real Estate Scraper

petr_cermak/zillow-api-scraper

Our free Zillow scraper lets you 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, and RSS feed.

searchstringOptional

Query to search on Zillow.com

Type

typeEnumOptional

Property for sale/rent

Value options:

"all": string"sale": string"fsbo": string"rent": string"sold": string

Default value of this property is "all"

Max items

maxItemsintegerOptional

Limit of home detail pages to be scraped

Default value of this property is 200

Simple results

simplebooleanOptional

Return only a subset of possible result attributes.

Default value of this property is true

Start URLs

startUrlsarrayOptional

List of URLs that will be crawled.

Zillow home IDs

zpidsarrayOptional

List of ZPIDs that will be scraped.

US Zipcodes

zipcodesarrayOptional

List of zipcodes that will be scraped. Notice that this can take a lot of time to complete!

Max zoom level

maxLevelintegerOptional

Maximum map splitting level. The bigger number is set, the longer the scrape will take

Default value of this property is 1

Minimum date

minDatestringOptional

Oldest date allowed in results. Can use literal dates, such as YYYY-MM-DD or relative ones, like 3 hours, 1 month, 2 days, today or yesterday

Maximum date

maxDatestringOptional

Newest date allowed in results. Can use literal dates, such as YYYY-MM-DD or relative ones, like 3 hours, 1 month, 2 days, today or yesterday

Include more results

includeRelaxedResultsbooleanOptional

Setting this option might give results close but outside to the original city / county / state.

Default value of this property is true

Proxy configuration

proxyConfigurationobjectOptional

The best option is usually Automatic proxy. But you can also use your own proxies or no proxy

Default value of this property is {"useApifyProxy":true}

Max retries

maxRetriesintegerOptional

How many retries until the scraper should give up

Default value of this property is 6

Timeout seconds

handlePageTimeoutSecsintegerOptional

Configure the handlePageTimeoutSecs setting

Default value of this property is 3600

Debug log

debugLogbooleanOptional

Enable debug log

Default value of this property is false

Extend output function

extendOutputFunctionstringOptional

Extend the output item to contain more fields. The raw data is present in the 'data' variable.

Extend Scraper Function

extendScraperFunctionstringOptional

Advanced function that allows you to extend the default scraper functionality, allowing you to manually perform actions on the page

Default value of this property is ""

Custom data

customDataobjectOptional

Any data that you want to have available inside the Extend Output/Scraper Function

Default value of this property is {}

Raw output

rawOutputbooleanOptional

Output the results without any filtering or formatting. It's recommended to leave this option unchecked.

Default value of this property is false

Developer
Maintained by Community