HouseData

Zillow data APIUS coverage

Every Zillow record, one call away.

Listings for sale, rent or sold by city or ZIP; the full record for any zpid; Zestimate with ten years of history; agents, market statistics, rental buildings and mortgage rates. Clean JSON, one key, no Zillow account, nothing to maintain.

  • 20 endpoints
  • 100,000 calls a month on the $19 plan
  • Every zpid has a record, listed or off market
RapidAPI request · response, captured 2026-09-24
GET /property?zpid=64947237&fields=core
Host: zillow-full-data-api.p.rapidapi.com
X-RapidAPI-Key: ••••••••••••
X-RapidAPI-Host: zillow-full-data-api.p.rapidapi.com
{
  "zpid": "64947237",
  "statusText": "Condo for sale",
  "price": 2995000,
  "zestimate": 2794400,
  "address": {
    "street": "2040 Broadway St APT 303",
    "city": "San Francisco",
    "state": "CA"
  },
  "facts": {
    "bedrooms": 3,
    "bathrooms": 3,
    "livingArea": 1967
  },
  "daysOnZillow": 3
}

Three ways to use it

Apps and backends

Subscribe on RapidAPI

Monthly plans and a free tier; a key in a minute.

Sheets and pipelines

Run on Apify

Two Actors that write listings and full records to a dataset.

Teams and platforms

Private API

Custom limits, dedicated capacity, a direct contract.

REST API

Plans for apps and backends

All 20 endpoints on every plan, including the free one. Subscribe on RapidAPI, get a key, and start calling — the quotas are counted in queries, and a batch call counts its items.

Basic

$0 /mo

Queries
1,000 a month, hard limit
Rate limit
2 requests a second
Batch
Up to 10 queries a call
Start free

Pro

$19 /mo

Queries
100,000 a month
50¢ per 1,000 extra
Rate limit
10 requests a second
Batch
Up to 10 queries a call
Choose Pro
Recommended

Ultra

$59 /mo

Queries
1,000,000 a month
30¢ per 1,000 extra
Rate limit
25 requests a second
Batch
Up to 50 queries a call
Choose Ultra

Mega

$199 /mo

Queries
5,000,000 a month
20¢ per 1,000 extra
Rate limit
50 requests a second
Batch
Up to 100 queries a call
Choose Mega

Billed by RapidAPI. One query is one call, or one item of a batch call. Bandwidth fees may apply. View live pricing →

Bandwidth, overage and batch details

Every plan includes 10 GB a month included, then $0.001 per MB (RapidAPI platform fee). Queries beyond a plan's monthly quota are billed at the overage rate on the card; the free plan is a hard limit. A batch call larger than the plan's size is refused whole, with the size and the count you sent in the error, so nothing is half-done. Plans as listed on the RapidAPI pricing page, which is the current source.

Need custom volume or direct access?

Tell us which endpoints you use and your expected daily volume. We will reply with available limits and pricing.

Request private access

Endpoints

What you can pull

20 endpoints in 8 groups: search, the full record and its parts, valuation, agents, market statistics, rental buildings, mortgage rates — and a batch call that takes any of them. Every one is on every plan.

Property9 endpoints

Show all 9 endpoints

Valuation2 endpoints

Agents2 endpoints

  • Listings for a place — for sale, for rent or sold

  • Places Zillow knows for a partial name

  • Region lookup — id, type, parents, centre, boundaries

Market1 endpoint

  • Market statistics for a region — monthly, up to 100 months

Rentals2 endpoints

Mortgage1 endpoint

Batch1 endpoint

  • POST /batch1 / item

    Many queries in one call — 10 per call on Basic and Pro, 50 on Ultra, 100 on Mega

Parameters, bounds and the error codes are in the reference. Add fields=core to a search or a record for the headline fields only.

Cookbook

Five workflows, copy-paste ready

Five workflows you can paste and run. The endpoint reference says what each call returns; this shows how they combine into the things people build. Every recipe is a few calls and a little glue.

Good to know

What it is, and what it is not

Read-only, public data, US coverage. The ceilings below are Zillow's, stated where you will meet them.

  • 1,000 results per search is Zillow's ceiling. For a big city, search its ZIP codes or neighborhoods — each is its own 1,000.
  • Zestimates are Zillow's to withhold. zestimate is null where Zillow does not publish one. Nothing is estimated here.
  • No address input on the record endpoint. Give a zpid or a Zillow link; a search on the ZIP is the way from an address to a zpid.
  • One error shape everywhere, with a request id you can quote. A 404 is an answer; a 502 or 503 is worth one retry.
  • No login, no private data. Nothing here posts, likes, saves or contacts an agent; it reads what any visitor can see.
  • Not affiliated with Zillow. Zillow and Zestimate are Zillow Group's marks, used here to say what the data is.