Resolve a Booli area
booli_search_areasResolve place names or coordinates to Booli areas (municipalities, districts, streets) and retrieve their booli_id for use in listing or sold searches.
Instructions
Resolve a place name (or coordinate) to Booli areas — municipalities, districts, streets — each with its booli_id to pass as area_id into booli_search_listings / booli_search_sold. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Place-name search string (e.g. "Nacka"). | |
| lat | No | Latitude; use together with `lng`. | |
| lng | No | Longitude; use together with `lat`. | |
| limit | No | Default 10, max 50. | |
| only_with_sold | No | Only return areas that have sold listings. | |
| only_with_listings | No | Only return areas that currently have listings for sale. |