
Zillow Real Estate Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative Actors
Zillow Real Estate Scraper
Our free Zillow scraper lets you extract data about properties for sale and rent on Zillow using the Zillow API, but with no daily call limits. Scrape millions of listings and download your data as HTML, JSON, CSV, Excel, XML, and RSS feed.
Is there a way to provide custom filterState options?
Is there a way to pass in custom search filters to GetSearchPageState API? Things like minimum bedrooms, max price, etc.? I looked at the crawler logs and when it makes a Zillow API call, it's filterState payload is set to : "filterState":{"isAllHomes":{"value":true}}
Is there a way to override it and pass in additional filters?

Hey, not sure if it answers your question but when you input URL with all the filters you want, it will scrape exactly that: https://www.zillow.com/kalamazoo-mi/4.0-_baths/?searchQueryState=%7B%22pagination%22%3A%7B%7D%2C%22usersSearchTerm%22%3A%22Kalamazoo%2C%20MI%22%2C%22mapBounds%22%3A%7B%22west%22%3A-86.05659662207032%2C%22east%22%3A-85.25322137792969%2C%22south%22%3A42.09023359512248%2C%22north%22%3A42.4975779595212%7D%2C%22regionSelection%22%3A%5B%7B%22regionId%22%3A397180%2C%22regionType%22%3A6%7D%5D%2C%22isMapVisible%22%3Atrue%2C%22filterState%22%3A%7B%22sort%22%3A%7B%22value%22%3A%22globalrelevanceex%22%7D%2C%22ah%22%3A%7B%22value%22%3Atrue%7D%2C%22baths%22%3A%7B%22min%22%3A4%7D%7D%2C%22isListVisible%22%3Atrue%2C%22mapZoom%22%3A11%7D run: https://console.apify.com/view/runs/L0iMkG5u8Oca4Ghbu.
conventional_armor
Thanks a lot Zuzka, yes that'll do it.