/osm/places/search
Search OpenStreetMap POIs (nodes/ways/relations) by tag within a bounding box or radius (Overpass)
Price: 1 credit
💡 AI Hint: Find OpenStreetMap points of interest by tag inside an area. Provide a tag_key (e.g. amenity) and optional tag_value (e.g. cafe), plus an area — either a bbox ‘south,west,north,east’ or lat+lon+radius_m. Returns matching nodes/ways/relations with coordinates, name, and full OSM tags.
Authorizations
API token from the dashboard
Headers
Body
OSM tag key to match, e.g. amenity, shop, tourism, leisure, office, healthcare, historic
1"amenity"
"shop"
"tourism"
Max number of results
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 180OSM tag value to match (omit to match any object having the key). Popular amenity values: cafe, restaurant, bar, fast_food, pharmacy, hospital, bank, atm, fuel, parking, school, place_of_worship
"cafe"
Bounding box as 'south,west,north,east' (decimal degrees)
"48.85,2.29,48.87,2.31"
Center latitude for a radius search
-90 <= x <= 90Center longitude for a radius search
-180 <= x <= 180Search radius in meters around the center point
1 <= x <= 50000Which OSM element types to search
node, way, relation