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 ActorsZillow 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.
Hi - It appears that whenever I try to send requests (of any size) I get numerous captcha errors and no data is returned. Below is a slice of the log file where I let the crawler retry 30 times but it still was not able to generate any results. I've also tried to send requests with a maxItem limits as low as 10 but they still returned only captcha errors.
2022-02-09T00:47:33.942Z ERROR PuppeteerCrawler: handleRequestFunction failed, reclaiming failed request back to the list or queue {"url":"https://www.zillow.com","retryCount":30,"id":"4ilgHfnnt9D6F2B"} 2022-02-09T00:47:33.946Z Error: Captcha found, retrying... 2022-02-09T00:47:33.951Z at PuppeteerCrawler.handlePageFunction (/home/myuser/src/main.js:213:23) 2022-02-09T00:47:33.955Z at runMicrotasks () 2022-02-09T00:47:33.958Z at processTicksAndRejections (node:internal/process/task_queues:96:5) 2022-02-09T00:47:33.962Z at async wrap (/home/myuser/node_modules/@apify/timeout/index.js:73:27) 2022-02-09T00:47:37.154Z DEBUG PuppeteerCrawler:SessionPool: Created new Session - session_HVOfwfCkOc 2022-02-09T00:47:39.244Z DEBUG FingerprintInjector: Using fingerprint {"fingerprint":{"screen":{"availHeight":741,"availWidth":1306,"pixelDepth":24,"height":768,"width":1366},"webGl":{"vendor":"Google Inc. (NVIDIA Corporation)","renderer":"ANGLE (NVIDIA Corporation, GeForce GTX 1050/PCIe/SSE2, OpenGL 4.5.0 NVIDIA 460.84)"},"audioCodecs":{"ogg":"probably","mp3":"probably","wav":"probably","... [trimmed]
this should be fixed in latest version, let me know if you still see this happening