All sites
Data API
Zillow Data API
For-sale, rental and property-detail listings from Zillow.
5endpointsPerimeterX · Rate Limit handled for you
Example (captured live)
zillow.com
ExampleJSON responseclick the page to trace a field
{
"query": "Austin, TX",
"count": 5,
"suggestions": [
{
"display": "Austin, TX",
"result_type": "Region",
"region_id": 10221,
"region_type": "city",
"city": "Austin",
"county": "Travis County",
"state": "TX",
"lat": 30.28244966294375,
"lng": -97.79675774321845
},
{
"display": "78704",
"result_type": "Region",
"region_id": 92617,
"region_type": "zipcode",
"city": "Austin",
"county": "Travis County",
"state": "TX",
"lat": 30.243376932540354,
"lng": -97.76568549359126
},
{
"display": "78717",
"result_type": "Region",
"region_id": 92628,
"region_type": "zipcode",
"city": "Austin",
"county": "Williamson County",
"state": "TX",
"lat": 30.489894782650932,
"lng": -97.76143233813467
},
{
"display": "78745",
"result_type": "Region",
"region_id": 92654,
"region_type": "zipcode",
"city": "Austin",
"county": "Travis County",
"state": "TX",
"lat": 30.207518359724887,
"lng": -97.79787238366777
},
{
"display": "78746",
"result_type": "Region",
"region_id": 92655,
"region_type": "zipcode",
"city": "Austin",
"county": "Travis County",
"state": "TX",
"lat": 30.297430388576238,
"lng": -97.81070805474671
}
]
}
GET
/v1/data/zillow/autocomplete1 credit / run VerifiedAutocomplete
Location autocomplete suggestions.
Handled for you:PerimeterXRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Partial place name. |