zillow_search
Search Zillow listings by location, map bounds, or region ID. Returns normalized public listing data for for_sale, for_rent, or sold status.
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: for_sale, for_rent, or 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 |