zillow_autocomplete_places
The regions Zillow knows for a partial place name — cities, ZIPs, neighborhoods, counties — each with its region id, type and centre. What a search box needs before zillow_search_listings, and the way to a regionId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | The partial place name, as a person would type it. | |
| count | No | How many suggestions to return. (1-20, default 5) | |
| types | No | Comma-separated region types to keep, e.g. city,zipcode,neighborhood. (default REGIONS) | |
| expand | No | false (default): the compact form - the headline of a record or a search row, or the answer minus photo and tour links. true: the complete response from the data API (a full record is ~17 KB). Same price either way. |