All sites
Data API
Zillow Data API
For-sale, rental and property-detail listings from Zillow.
5endpointsPerimeterX · Rate Limit handled for you
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.
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| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/zillow/agentAgent Profile | Agents | 1 credit / run |
/v1/data/zillow/autocompleteAutocomplete | Reference | 1 credit / run |
/v1/data/zillow/marketsList Markets | Reference | 1 credit / run |
/v1/data/zillow/property/{zpid}Property Detail | Listings | 1 credit / run |
/v1/data/zillow/searchSearch Listings | Listings | 1 credit / run |