๐Ÿช

Nearby Places API

Search for restaurants, hotels, cafes, hospitals, and more near any location using Google Places API. Returns name, address, rating, and place_id.

API Docs $0.003 / request

About this tool

POST /maps/places/nearby queries the Google Places Nearby Search API to find points of interest around a given coordinate. Requires GOOGLE_MAPS_KEY on the IteraTools server โ€” no key needed on your end.

Quick Start

curl -X POST "https://api.iteratools.com/maps/places/nearby" \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"lat": 48.8584, "lon": 2.2945, "type": "restaurant", "radius": 500}'