geo.places.search
Find nearby points of interest like restaurants, hotels, pharmacies, and attractions by specifying location coordinates, categories, and search radius.
Instructions
Search points of interest (restaurants, pharmacies, hotels, attractions) near a location by category and radius (Geoapify/OSM)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | Yes | POI category filter (e.g. "catering.restaurant", "healthcare.pharmacy", "tourism.attraction", "accommodation.hotel"). Multiple categories separated by comma. | |
| lat | Yes | Center latitude for the search area. | |
| lon | Yes | Center longitude for the search area. | |
| radius | No | Search radius in meters (default 1000, max 50000). | |
| limit | No | Maximum number of results (default 20, max 50). | |
| lang | No | Result language code (e.g. "en", "de", "ru"). Default: English. |