zillow_search
Search Zillow listings by location, map bounds, or region ID to get normalized public listing results for sale, rent, or sold properties.
Instructions
Search Zillow listings. Returns normalized Zillow public listing search results. Callers must pass complete map bounds from autocomplete when available, or a region id fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | No | Map east bound from autocomplete | |
| page | No | 1-based page | |
| west | No | Map west bound from autocomplete | |
| north | No | Map north bound from autocomplete | |
| south | No | Map south bound from autocomplete | |
| status | No | Search context. Allowed values: for_sale (aliases sale, for-sale), for_rent (aliases rent, for-rent), sold | |
| location | Yes | Display location | |
| region_id | No | Zillow region id from autocomplete, used when complete bounds are not provided | |
| region_type | No | Zillow region type from autocomplete, used with region_id fallback |