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.

3.7 (7)

Pricing

$2.00 / 1,000 results

59

Total users

1.3K

Monthly users

234

Runs succeeded

97%

Issues response

1.8 days

Last modified

10 days ago

SO

the app didnt give all the results

Closed

sofli opened this issue
5 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!