Zillow Detail Scraper
Pricing
$3.00 / 1,000 results
Zillow Detail Scraper
Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.
Pricing
$3.00 / 1,000 results
Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.
startUrlsarrayOptional
URLs to scrape - should be in format https://www.zillow.com/homedetails/Address/12345678_zpid/
Default value of this property is []
addressesarrayOptional
Addresses to scrape - should be in format 123 Main St, City, State
Default value of this property is []
propertyStatusEnumOptional
Since 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.
"FOR_SALE": string"RECENTLY_SOLD": string"FOR_RENT": stringDefault value of this property is "RECENTLY_SOLD"
extractBuildingUnitsEnumOptional
When 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.
"disabled": string"all": string"for_sale": string"recently_sold": string"for_rent": string"off_market": stringDefault value of this property is "disabled"