Zillow Detail Scraper avatar
Zillow Detail Scraper

Pricing

$3.00 / 1,000 results

Go to Store
Zillow Detail Scraper

Zillow Detail Scraper

Developed by

Maximillian Copelli

Maximillian Copelli

Maintained by Apify

Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.

4.4 (9)

Pricing

$3.00 / 1,000 results

89

Total users

1.9K

Monthly users

384

Runs succeeded

91%

Issues response

5 days

Last modified

2 days ago

DB

Failed to get listing details

Closed

developers_blups opened this issue
4 days ago

Hi,

I Failed to get listing details, Can you help me to solve it

Error: TypeError: Cannot use 'in' operator to search for 'county' in undefined

Thanks, Avi

FL

flooz

3 days ago

I also see the same problem, ERROR HttpCrawler: Request failed and reached maximum retries. TypeError: Cannot use 'in' operator to search for 'county' in undefined

The input data

{
"startUrls": [
{
"url": "https://www.zillow.com/homedetails/1731-Avenue-F-Council-Bluffs-IA-51501/76820154_zpid/",
"method": "GET"
}
],
"addresses": [],
"propertyStatus": "RECENTLY_SOLD",
"extractBuildingUnits": "disabled",
"searchResultsDatasetId": ""
}

The logs from my actor

INFO HttpCrawler:AutoscaledPool: state {"currentConcurrency":1,"desiredConcurrency":8,"systemStatus":{"isSystemIdle":true,"memInfo":{"isOverloaded":false,"limitRatio":0.2,"actualRatio":0},"eventLoopInfo":{"isOverloaded":false,"limitRatio":0.6,"actualRatio":0},"cpuInfo":{"isOverloaded":false,"limitRatio":0.4,"actualRatio":0},"clientInfo":{"isOverloaded":false,"limitRatio":0.3,"actualRatio":0}}}
2025-06-16T21:19:35.117Z WARN HttpCrawler: Reclaiming failed request back to the list or queue. Request was blocked, no JSON data received. Retrying...
2025-06-16T21:19:35.118Z at maybePerformImpersonateRequest (file:///dist/routes/utils.js:47:15) {"id":"jc4Q1rOTjIDTjIm","url":"https://www.zillow.com/zg-graph","retryCount":13}
2025-06-16T21:19:39.568Z WARN HttpCrawler: Reclaiming failed request back to the list or queue. Request was blocked, no JSON data received. Retrying...
2025-06-16T21:19:39.569Z at maybePerformImpersonateRequest (file:///dist/routes/utils.js:47:15) {"id":"jc4Q1rOTjIDTjIm","url":"https://www.zillow.com/zg-graph","retryCount":14}
2025-06-16T21:19:44.108Z WARN HttpCrawler: Reclaiming failed request back to the list or queue. TypeError: Cannot use 'in' operator to search for 'county' in undefined
2025-06-16T21:19:44.109Z at maybeRetryOnMissingDetailProps (file:///dist/routes/detailRoute.js:134:38)
2025-06-16T21:19:44.110Z at detailRequestHandler (file:///dist/routes/detailRoute.js:26:5)
2025-06-16T21:19:44.110Z at HttpCrawler.requestHandler (file:///dist/maxcopell_zillow-detail-scraper/main.js:95:20)
2025-06-16T21:19:44.111Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-06-16T21:19:44.112Z at async wrap (/node_modules/@apify/timeout/cjs/index.cjs:54:21) {"id":"jc4Q1rOTjIDTjIm","url":"https://www.zillow.com/zg-graph","retryCount":15}
2025-06-16T21:19:48.330Z ERROR HttpCrawler: Request failed and reached maximum retries. TypeError: Cannot use 'in' operator to search for 'county' in undefined
2025-06-16T21:19:48.331Z at maybeRetryOnMissingDetailProps (file:///dist/routes/detailRoute.js:134:38)
2025-06-16T21:19:48.336Z at detailRequestHandler (file:///dist/routes/detailRoute.js:26:5)
2025-06-16T21:19:48.336Z at HttpCrawler.requestHandler (file:///dist/maxcopell_zillow-detail-scraper/main.js:95:20)
2025-06-16T21:19:48.337Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-06-16T21:19:48.337Z at async wrap (/node_modules/@apify/timeout/cjs/index.cjs:54:21) {"id":"jc4Q1rOTjIDTjIm","url":"https://www.zillow.com/zg-graph","method":"POST","uniqueKey":"RECENTLY_SOLD-76820154"}
lukas.prusa avatar

Hi, thanks for opening this issue!

I'm happy to inform you that we've fixed this problem :)

Let me know how it works now. Thanks and happy scraping!

FL

flooz

a day ago

Hello, thank you. Yes, as far as I can see, I don't face the same error today.