zillow_search
Search Zillow listings using map bounds or region IDs to retrieve normalized public data with status filters.
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 |