API · v1 live api.zillapi.com
The Zillow Data API, productized.
Zillapi gives developers a clean, fast REST API for property records, Zestimates, rent estimates, and live market trends — no scraping, no rate-limit roulette.
GETapi.zillapi.com/v1/properties/by-url
// 200 OK · application/json · 2.1 KB
{
"data": {
"zpid": "11026031",
"address": {
"streetAddress": "17 Zelma Dr",
"city": "Greenville",
"state": "SC"
},
"price": 295000,
"zestimate": 305100,
"rentZestimate": 1850,
"bedrooms": 3,
"bathrooms": 2
}
}