Search places by category
search_categoryFind specific types of places within a rectangular geographic area, filtered by OSM category and optional subcategories, returning coordinates, names, and metadata.
Instructions
Search for specific types of places within a rectangular geographic area. Filters places by OSM category (e.g., "amenity", "shop") and optional subcategories (e.g., ["restaurant", "cafe"]) and returns their coordinates, names and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Main OSM category to search for (e.g., "amenity", "shop", "tourism") | |
| max_latitude | Yes | Northern boundary of search area (decimal degrees) | |
| min_latitude | Yes | Southern boundary of search area (decimal degrees) | |
| max_longitude | Yes | Eastern boundary of search area (decimal degrees) | |
| min_longitude | Yes | Western boundary of search area (decimal degrees) | |
| subcategories | No | Optional list of specific subcategories to filter by (e.g., ["restaurant", "cafe"]) |