
Zillow ZIP Code Search Scraper
Pay $2.00 for 1,000 results

Zillow ZIP Code Search Scraper
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.
Actor Metrics
129 monthly users
4.8 / 5 (5)
28 bookmarks
92% runs succeeded
23 days response time
Created in Apr 2023
Modified 23 days ago
Results limit via API (JSON) question
I want to include a results limit in my JSON request. How would I format that?

Hi, if you need to limit the Maximum charged results
in your API requests, you can do so with the maxItems
query parameter in the request's URL.
It is described in the Apify API docs here: https://docs.apify.com/api/v2#tag/ActorsRun-actor-synchronously/operation/act_runSync_post
Please let us know if you have any issues setting the results limit using this approach. Thanks