Sign in

Nearby Search (Legacy)

documented

Nearby search for places (legacy).

GET /maps/api/place/nearbysearch/outputPlaces API (Legacy)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://maps.googleapis.com/maps/api/place/nearbysearch/json?location={{location}}&radius={{radius}}&type={{type}}&keyword={{keyword}}&language={{language}}&pagetoken={{pagetoken}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"