> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Maps

> Reference for the Tracecat Google Maps integration: registered actions, required secrets, expected inputs, and example workflow usage.

## Get location data

Action ID: `tools.google_maps.get_location_data`

Get location data from Google Maps.

Reference: [https://developers.google.com/maps/documentation/geocoding/guides-v3/overview](https://developers.google.com/maps/documentation/geocoding/guides-v3/overview)

### Secrets

Required secrets:

* `google_maps`: required values `GOOGLE_MAPS_API_KEY`.

### Input fields

<ParamField path="address" type="string" required>
  The address to get the location data for.
</ParamField>
