Easily extract search results from Zillow, including a comprehensive list of properties, their details, and pagination links for navigating through search results, such as:Documentation Index
Fetch the complete documentation index at: https://docs.zenrows.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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:Example
cURL
The URL search query must be encoded.