Sign in

Find Place (Legacy)

documented

Find a place from text input.

GET /maps/api/place/findplacefromtext/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/findplacefromtext/json?input={{$input}}&inputtype={{$inputtype}}&fields={{$fields}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Find Place (Legacy) · Google Maps · OpenIntegrations