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

90

Total users

2.1K

Monthly users

378

Runs succeeded

93%

Issues response

5.4 days

Last modified

18 days ago

LS

hasVideo field doesn't seem to correspond to listings with videos

Closed

lentic_suona opened this issue
10 months ago

When looking at scraped results, "hasVideo": true doesn't correspond to listings with a video (the listing below has true):

https://www.zillow.com/homedetails/301-Mission-St-APT-55A-San-Francisco-CA-94105/114315938_zpid/

Also, where would the Video url appear, to display it to users?

mvolfik avatar

Hi, honestly, I have no idea what this field means - this scraper just returns data as returned by the Zillow API. I tried to check some correlation with fields like virtualTourUrl, 3D models etc, but nothing seems to be related. You are probably better off scraping the full details, and then taking only the virtual tour links that you find there, or something like that.