search_pois
Find Points of Interest like restaurants, shops, and attractions within a specific area using OpenStreetMap data. Filter results by type, cuisine, or location parameters to locate nearby amenities.
Instructions
Search for Points of Interest (POIs) using Overpass API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amenity | No | Amenity type (restaurant, hospital, etc.) | |
| shop | No | Shop type (supermarket, bakery, etc.) | |
| cuisine | No | Cuisine type for restaurants | |
| tourism | No | Tourism type (hotel, attraction, etc.) | |
| bbox | No | Bounding box to search within | |
| around | No | Search around a specific location | |
| limit | No | Maximum number of results (1-100, default: 10) |