Zillow APIs
Using the Zillow Discovery API
Easily extract search results from Zillow, including a comprehensive list of properties, their details, and pagination links for navigating through search results, such as:
- The total number of results for your search query.
- A list of properties with details:
- Address (full street, city, state, and ZIP code).
- Dimensions (size of the property in square feet).
- Number of bedrooms and bathrooms.
- Price, including currency and symbol.
- Direct links to individual property listings.
- The search query used and its corresponding title.
Supported Query Parameters
PARAMETER | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
url | string <uri> | The URL where the desired property data must be retrieved from. Example: https://www.zillow.com/ks/?searchQueryState=%7B%7D . |
How to Setup
Request the search endpoint with your desired query:
Code Exampless
The URL search query must be encoded.
Response Example
Was this page helpful?