Zillapi
Property data API · United States

America's
homes,
in JSON.

Drop a Zillow URL or street address into one HTTP call. We hand back the price, photos, schools, taxes, agent contact and the full price history. No scraping. No headaches.

100 free calls a month · no credit card · 30-second setup

130 million+ U.S. residential properties · price history back to 1996 · 50 states

How it feels.

Two columns, one round trip.

01

You ask.

curl https://api.zillapi.com/v1/properties/by-address \
  -H "Authorization: Bearer zk_..." \
  --data-urlencode \
    "address=3624 Bohlke Blvd, Cincinnati, OH" -G

Or pass a Zillow URL. Or a zpid. Or a street address. The API geocodes for you.

02

We return.

"zpid": "60134",
"address": { "streetAddress": "3624 Bohlke Blvd",
              "city": "Cincinnati", "state": "OH" },
"price": 425000,
"bedrooms": 4, "bathrooms": 2.5,
"livingArea": 2140,
"yearBuilt": 1998,
"zestimate": 431200,
"priceHistory": [/* 12 events */],
"taxHistory": [/* 27 years */],
"schools": [/* 6 nearby */],
"responsivePhotos": [/* 42 high-res */],
"agentName": "Mary K. Wilson",
"latitude": 39.21, "longitude": -84.62

300+ fields per property. Cached for 24 hours so you don't pay twice.

Every field, ready to ship.

No parsing HTML. No proxy farm. Hit a sub-resource and you get just the part you want.

Price + Zestimate + rent estimate 40 + photos hi-res, lifecycle Listing agent name · email · phone · license Tax history 25 yrs of bills Price history every list, sale, withdrawal Schools rating · distance · level Open houses upcoming + tour eligibility Comps nearby active & sold Apartment buildings every unit by status Coordinates lat/lon · neighborhood · county

Built for the people building real estate software.

A

Real estate apps

Power Zillow-grade listing pages without scraping anything yourself. Agent CRMs, brokerage sites, off-market platforms.

B

AI agents

Drop the OpenAPI spec into Claude or ChatGPT. Now your assistant answers "what would 18 Zelma sell for today?" with real numbers.

C

Market analysis

Pull thousands of properties async, get the results back via signed webhook. Stream straight to BigQuery or Snowflake as NDJSON.

D

Lead enrichment

Convert street addresses sitting in your CRM into full property profiles. Owner names, year built, last sale, school zone.

Pricing that scales like your bill.

Every plan includes the full API. You only pay for the rows you read.

Free

$0/mo

100 results / month

  • 20 req/min
  • All endpoints
  • Email support
Start free

Starter

$29/mo

5,000 results / month

  • 60 req/min
  • Outbound webhooks
  • CSV / NDJSON export
Choose Starter
Most teams

Pro

$199/mo

50,000 results / month

  • 300 req/min
  • Async batches up to 500
  • Cached property cache
  • Priority support
Choose Pro

Scale

$999/mo

500,000 results / month

  • 1,500 req/min
  • SLA on async runs
  • Slack channel
Choose Scale

Need more? Overage rates kick in automatically — see rate limits.

The boring stuff developers love

Built for engineers who hate surprises.

Stable URLs. Predictable error codes. Machine-readable everything. Drop us into a Postman collection or an MCP server and forget us.

  • OpenAPI 3.1 /openapi.json
  • For LLM agents /llms.txt + /llms-full.txt
  • Webhooks HMAC-SHA256, timestamped, retried
  • Output JSON · NDJSON · CSV · field projection
  • Languages cURL · JS · Python · Go quickstarts
  • SLA 99.9% on Pro & Scale

Stop scraping.
Start fetching.

Claim your free key

100 free calls a month · no credit card · 30-second setup