📍

Maps Places Search API

Find businesses and points of interest near any location using OpenStreetMap Overpass API. Restaurants, hospitals, hotels, pharmacies and more.

API Docs $0.003 / request

About this tool

Search for places and businesses near a geographic coordinate using the OpenStreetMap Overpass API. Returns results sorted by distance with name, address, phone, website, opening hours, and OSM metadata. Supports 17 built-in place types.

Quick Start

curl "https://api.iteratools.com/maps/places?lat=48.8566&lng=2.3522&type=restaurant&radius=500&limit=5" \ -H "Authorization: Bearer YOUR_KEY"

Parameters

Param Type Required Description
latnumberrequiredLatitude of the search center
lngnumberrequiredLongitude of the search center
typestringrequiredPlace type (see list below)
radiusintegeroptionalSearch radius in meters (default 500, max 5000)
limitintegeroptionalMax results (default 10, max 50)

Supported Place Types

restaurant cafe hospital hotel pharmacy school bank atm parking supermarket bar pub gym park museum gas_station bus_stop

Example Response

{ "ok": true, "data": { "lat": -27.5969, "lng": -48.5495, "type": "restaurant", "radius_m": 500, "count": 3, "results": [{ "name": "Vida Nova", "lat": -27.5956, "lng": -48.5488, "distance_m": 165, "address": "Rua Felipe Schmidt, 515, Florianópolis", "phone": "+55 48 3222-1234", "website": null, "opening_hours": "Mo-Fr 11:00-22:00", "osm_id": 12345678, "osm_type": "node" }] } }

Use Cases

  • Travel assistants that recommend restaurants and hotels nearby
  • Emergency apps that find the nearest hospital or pharmacy
  • Real estate apps showing nearby amenities for a property
  • AI agents that answer "what's near me?" questions
  • Delivery apps finding businesses by category in a radius

Pricing

$0.003 per request via x402 micropayment on Base (USDC). No subscription. No minimum.

Full Documentation ← Maps Geocode Maps Directions →