ZReal EstateBeta

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.

Realtime dataStructured JSON12 endpointsFree plan availableFast responses

Endpoints

Zillow endpoints

All Zillow endpoints are served under the /zil prefix and share the same API key and quota as every other platform.

GET/zil/search
Search properties

Search by neighbourhood, city or ZIP with dozens of filters.

locationstatuspageprice_minbeds_min...
GET/zil/search-by-coordinates
Search by coordinates

Radius search around a lat/long point.

latlongdpage
POST/zil/search-by-polygon-v2
Search by polygon

Polygon search via JSON body.

polygonpagestatus
GET/zil/search-by-address
Search by address

Property object for a street address.

address
GET/zil/search-by-mls
Search by MLS

Lookup by MLS number.

mls
GET/zil/property-v2
Property details

200+ fields for a property by zpid or URL.

zpidurl
GET/zil/photos
Photos

All photos for a property.

zpidurl
GET/zil/price-tax-history
Price & tax history

Historic prices and tax assessments.

zpidurl
GET/zil/zestimate-history
Zestimate history

Historic Zestimate values.

zpidurl
GET/zil/similar-properties
Similar properties

Comparable listings for sale.

zpidurladdress
GET/zil/rent-estimate
Rent estimate

Rent estimate with comparable floorplans.

addressbedroomspropertyTypes
GET/zil/market-data
Market data

Rental market summary for a location.

location

Example request

curl "https://api.everydata.io/zil/property-v2?zpid=12345678" \
  -H "x-api-key: YOUR_API_KEY"

Example response

200 OK · application/json
{
  "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

Real-estate analytics
Lead generation
Investment screening
Rental pricing

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.

Free
€0 / month
  • 100 requests / month
  • 10 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Starter
€30 / month
  • 5,000 requests / month
  • 50 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Most popular
Production
€80 / month
  • 50,000 requests / month
  • 100 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Business
€300 / month
  • 300,000 requests / month
  • 250 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support

FAQ

Frequently asked questions