Pois Near
pois_nearFind OpenStreetMap points of interest (shops, amenities, businesses) near a location. Give a location either as latitude+longitude OR as a place name via "place" (e.g. place: "Göttingen, Germany" — auto-geocoded). For the category, pass a plain-English term ("bike rental", "pharmacy", "restaurant", "gas station", "ev charger", "hotel", "atm") or an exact OSM tag ("amenity=cafe", "shop=bakery"). Answers "find bike rental shops in ", "pharmacies near me", "restaurants around this point". Returns matching places with names, tags, and coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Category: a plain term like "bike rental", "pharmacy", "restaurant", "ev charger", or an exact OSM tag like "amenity=cafe", "shop=bakery", "tourism=museum". | |
| limit | No | Max results (1-500, default 100) | |
| place | No | Place name to search near, e.g. "Göttingen, Germany" or "downtown Portland OR". Auto-geocoded to coordinates. Provide this OR latitude+longitude. | |
| latitude | No | Center latitude (provide with longitude, OR use place) | |
| radius_m | No | Search radius in metres (1-10000, default 1000) | |
| longitude | No | Center longitude (provide with latitude, OR use place) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | OSM tag filter used | |
| count | Yes | Number of POIs found | |
| center | Yes | Search center coordinates | |
| elements | Yes | Array of POI elements | |
| radius_m | Yes | Search radius in metres |