Zillow ZIP Code Search Scraper avatar
Zillow ZIP Code Search Scraper

Pricing

$2.00 / 1,000 results

Go to Store
Zillow ZIP Code Search Scraper

Zillow ZIP Code Search Scraper

Developed by

Maximillian Copelli

Maximillian Copelli

Maintained by Apify

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

SO

the app didnt give all the results

Closed

sofli opened this issue
3 months ago

when crawling the data the results table isnt showing all of the sold homes with the zipcode given, is any limit for the zipcode list given?

lukas.prusa avatar

Hi, thanks for opening this issue!

The problem is in your input, the ZIP codes are invalid, you have a space at the end of each one. Update them like so "33004 " -> "33004"

We will add some input validation for them, because they should accept just pure numbers and log the incorrect ones otherwise. It's not very intuitive and just not correct overall that the scraper fails on them during the scraping :D

I hope this helps, thanks happy scraping!