Zillow Real Estate Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsZillow Real Estate 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.
Type
type
EnumOptional
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
maxItems
integerOptional
Limit of home detail pages to be scraped
Default value of this property is 200
Simple results
simple
booleanOptional
Return only a subset of possible result attributes.
Default value of this property is true
US Zipcodes
zipcodes
arrayOptional
List of zipcodes that will be scraped. Notice that this can take a lot of time to complete!
Max zoom level
maxLevel
integerOptional
Maximum map splitting level. The bigger number is set, the longer the scrape will take
Default value of this property is 1
Minimum date
minDate
stringOptional
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
maxDate
stringOptional
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
includeRelaxedResults
booleanOptional
Setting this option might give results close but outside to the original city / county / state.
Default value of this property is true
Proxy configuration
proxyConfiguration
objectOptional
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
maxRetries
integerOptional
How many retries until the scraper should give up
Default value of this property is 6
Timeout seconds
handlePageTimeoutSecs
integerOptional
Configure the handlePageTimeoutSecs setting
Default value of this property is 3600
Extend output function
extendOutputFunction
stringOptional
Extend the output item to contain more fields. The raw data is present in the 'data' variable.
Extend Scraper Function
extendScraperFunction
stringOptional
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 ""