Zillow Real Estate API
Search listings by location, coordinates, polygon, address or MLS id and retrieve property details, photos, price & tax history, Zestimates, schools and rental market data.
Endpoints
Zillow endpoints
All Zillow endpoints are served under the /zil prefix and share the same API key and quota as every other platform.
Search by neighbourhood, city or ZIP with dozens of filters.
locationstatuspageprice_minbeds_min...Radius search around a lat/long point.
latlongdpagePolygon search via JSON body.
polygonpagestatusProperty object for a street address.
addressLookup by MLS number.
mls200+ fields for a property by zpid or URL.
zpidurlAll photos for a property.
zpidurlHistoric prices and tax assessments.
zpidurlHistoric Zestimate values.
zpidurlComparable listings for sale.
zpidurladdressRent estimate with comparable floorplans.
addressbedroomspropertyTypesRental market summary for a location.
locationExample request
curl "https://api.everydata.io/zil/property-v2?zpid=12345678" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"zpid": 12345678,
"streetAddress": "1161 Sample Dr",
"city": "College Station",
"state": "TX",
"zipcode": "77845",
"price": 385000,
"bedrooms": 4,
"bathrooms": 3,
"livingArea": 2450,
"yearBuilt": 2015,
"zestimate": 391200,
"rentZestimate": 2650,
"homeStatus": "FOR_SALE"
}Use cases
What teams build with Zillow data
Popular use cases
Guides for Zillow data
Step-by-step pages for the most common jobs, each with a real request and response.
Pricing
Included in every plan
The Zillow API is part of the shared quota – no separate subscription needed.
FAQ