Sign in

Text Search (Legacy)

documented

Text search for places (legacy).

GET /maps/api/place/textsearch/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/textsearch/json?query={{$query}}&location={{$location}}&radius={{$radius}}&pagetoken={{$pagetoken}}&language={{$language}}&region={{$region}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"