
Zillow ZIP Code Search Scraper
Pricing
$2.00 / 1,000 results

Zillow ZIP Code Search Scraper
Scraper to find all Zillow real estate properties for sale, for rent or recently sold from given ZIP code locations.
4.9 (6)
Pricing
$2.00 / 1,000 results
46
Total users
1K
Monthly users
195
Runs succeeded
95%
Issues response
4.5 days
Last modified
2 months ago
Failed High number of failed requests. Please report this issue to Actor developer.
Closed
Hi There I tried to input - 13 Zip codes - It's not running, not sure, what is the cause - Failed High number of failed requests. Please report this issue to Actor developer.
akshitraheja
Hi There Just to clarify These were canadian postal codes

Hi, thanks for opening this issue!
It seems like the ZIP codes that you've provided are not correct? If you open up your run's input in a JSON editor, you can see that you've somehow added in the TAB character (\n
) at the end of a few of them:
{"daysOnZillow": "90","forRent": false,"forSaleByAgent": false,"forSaleByOwner": false,"sold": true,"zipCodes": ["T5C\t","T5E\t","T5Z\t","T5A\t","T8N\t","T5Y\t","T5P\t","T5L\t","T6A\t","T6K","T5X\t","T8A"]}
Please remove it, but still I get no results for your input, but that seems correct because I cannot find any houses for the first few ZIP codes on Zillow anyway. The daysOnZillow
filtering option for only 90
days seems to be the limiting factor, otherwise there are a lot of properties.
I hope this helps, thanks and happy scraping!