Zillow ZIP Code Search Scraper avatar

Zillow ZIP Code Search Scraper

Try for free

Pay $2.00 for 1,000 results

Go to Store
Zillow ZIP Code Search Scraper

Zillow ZIP Code Search Scraper

maxcopell/zillow-zip-search
Try for free

Pay $2.00 for 1,000 results

Scraper to find all Zillow real estate properties for sale, for rent or recently sold from given ZIP code locations.

Developer
Maintained by Apify

Actor Metrics

  • 129 monthly users

  • 4.8 / 5 (5)

  • 28 bookmarks

  • 92% runs succeeded

  • 17 days response time

  • Created in Apr 2023

  • Modified 24 days ago

Categories
SO

the app didnt give all the results

Closed
sofli opened this issue
20 days 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!