Zillow Scraper
/properties/compsComparable Homes
Zillow's comparable homes for one listing (Zestimate deep-dive comps) — great for valuation.
QUERY PARAMS
A Zillow property zpid or full property link.
Examples:
- Zpid:
20521904 - Link:
https://www.zillow.com/homedetails/927-N-Whittier-Dr-Beverly-Hills-CA-90210/20521904_zpid/
{
"zpid": "20521904",
"count": 5,
"results": [
{
"zpid": "20521306",
"status": "RECENTLY_SOLD",
"home_type": "SINGLE_FAMILY",
"address": {
"street": "901 Oxford Way",
"city": "Beverly Hills",
"state": "CA",
"zipcode": "90210"
},
"price": 34000000,
"currency": "USD",
"bedrooms": 9,
"bathrooms": 13,
"living_area": 12664,
"latitude": 34.081936,
"longitude": -118.416885,
"image_link": "https://photos.zillowstatic.com/fp/a23b2885a4990a1e0f7630d7e2a44cd5-p_c.jpg",
"link": "https://www.zillow.com/homedetails/901-Oxford-Way-Beverly-Hills-CA-90210/20521306_zpid/"
},
{
"zpid": "20522381",
"status": "RECENTLY_SOLD",
"home_type": "SINGLE_FAMILY",
"address": {
"street": "1005 Benedict Canyon Dr",
"city": "Beverly Hills",
"state": "CA",
"zipcode": "90210"
},
"price": 41250000,
"currency": "USD",
"bedrooms": 7,
"bathrooms": 10,
"latitude": 34.082565,
"longitude": -118.42034,
"image_link": "https://photos.zillowstatic.com/fp/65db4712b788fa6adea68b19b46b99e7-p_c.jpg",
"link": "https://www.zillow.com/homedetails/1005-Benedict-Canyon-Dr-Beverly-Hills-CA-90210/20522381_zpid/"
},
{
"zpid": "20519571",
"status": "RECENTLY_SOLD",
"home_type": "SINGLE_FAMILY",
"address": {
"street": "618 N Elm Dr",
"city": "Beverly Hills",
"state": "CA",
"zipcode": "90210"
},
"price": 25000000,
"currency": "USD",
"bedrooms": 6,
"bathrooms": 9,
"living_area": 11300,
"latitude": 34.08097,
"longitude": -118.40007,
"image_link": "https://photos.zillowstatic.com/fp/4a50ae6c6bffdf3fc51d092b5b39e1b9-p_c.jpg",
"link": "https://www.zillow.com/homedetails/618-N-Elm-Dr-Beverly-Hills-CA-90210/20519571_zpid/"
},
{
"zpid": "20522598",
"status": "RECENTLY_SOLD",
"home_type": "SINGLE_FAMILY",
"address": {
"street": "1111 Calle Vista Dr",
"city": "Beverly Hills",
"state": "CA",
"zipcode": "90210"
},
"price": 47000000,
"currency": "USD",
"bedrooms": 7,
"bathrooms": 10,
"living_area": 10286,
"latitude": 34.090073,
"longitude": -118.40783,
"image_link": "https://photos.zillowstatic.com/fp/c0a58df922f5dabd47b1a6523726d309-p_c.jpg",
"link": "https://www.zillow.com/homedetails/1111-Calle-Vista-Dr-Beverly-Hills-CA-90210/20522598_zpid/"
},
{
"zpid": "20521157",
"status": "RECENTLY_SOLD",
"home_type": "SINGLE_FAMILY",
"address": {
"street": "917 N Crescent Dr",
"city": "Beverly Hills",
"state": "CA",
"zipcode": "90210"
},
"price": 23760000,
"currency": "USD",
"bedrooms": 6,
"bathrooms": 10,
"living_area": 15096,
"latitude": 34.083336,
"longitude": -118.41429,
"image_link": "https://photos.zillowstatic.com/fp/67adda5f7d025c30dfcb459aec9e7a93-p_c.jpg",
"link": "https://www.zillow.com/homedetails/917-N-Crescent-Dr-Beverly-Hills-CA-90210/20521157_zpid/"
}
]
}