Skip to content
All sites
Data API

Zillow Data API

For-sale, rental and property-detail listings from Zillow.

5endpointsPerimeterX · Rate Limit handled for you
zillow.comGET/zillow/agentGET/zillow/autoco…GET/zillow/markets{ } JSON

Zillow Data API

Extract for-sale and rental listings, property detail and agents from Zillow as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/zillow/{action}

Key Features

Structured JSON

Clean, normalized records for for-sale and rental listings, property detail and agents. No HTML parsing on your side.

5 endpoints

Across 3 categories, all under one base path.

Anti-bot handled

PerimeterX, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Global coverage. Results are returned for the default locale.

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/zillow/search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "location": "Austin, TX",
    "listing_status": "for_sale",
    "status": "for_sale",
    "page": "1"
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/zillow/agentAgent ProfileAgents1 credit / run
/v1/data/zillow/autocompleteAutocompleteReference1 credit / run
/v1/data/zillow/marketsList MarketsReference1 credit / run
/v1/data/zillow/property/{zpid}Property DetailListings1 credit / run
/v1/data/zillow/searchSearch ListingsListings1 credit / run