search_places
Search for businesses and points of interest by country or coordinates, with filters for category, brand, or contact information. Returns compact summaries including name, category, location, website, and phone.
Instructions
Search for places (points of interest / businesses) in Overture Maps data. You must scope the search to keep it fast and cheap: provide either a country (ISO 3166-1 alpha-2, e.g. GB, US, FR) OR a lat+lng with a radius. Filter by categories (e.g. restaurant, cafe, used_car_dealer — use list_place_categories to discover valid values), brand_name (e.g. Starbucks), or has_contact to only return places with a website/phone. Returns compact summaries (name, category, location, website, phone), not full geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for a radius search. Requires lng. | |
| lng | No | Longitude for a radius search. Requires lat. | |
| page | No | 0-indexed page number for paging through results. | |
| limit | No | Number of results (default 10, max 50). | |
| radius | No | Search radius in metres for a lat/lng search (default 1000, max 25000). | |
| country | No | ISO 3166-1 alpha-2 country code, e.g. GB, US, FR. Use this OR lat+lng. | |
| taxonomy | No | Hierarchy-aware category, e.g. 'food_and_drink' matches every restaurant/cafe/bar/bakery. | |
| brand_name | No | Retail chain / brand name, e.g. 'Starbucks', 'Tesco'. | |
| categories | No | Comma-separated category names, e.g. 'restaurant' or 'cafe,bakery'. | |
| has_contact | No | Only return places that have at least one of these contact fields (OR): website, phone, email, social. e.g. 'website,social'. | |
| min_confidence | No | Minimum confidence 0-1 (default 0.5). Higher = more precise, fewer results. |