Google Maps Places Enrich
Search Google Maps for places and extract detailed business information
Flow Steps
The flow executes steps in the following order:- Search Google Maps (required): Searches Google Maps for places matching your search query
- Extract Place Details (optional): Extracts detailed information for each place found
Custom Data
Custom Data
inputs array can include an optional custom_data object. The only valid key inside custom_data is meta. Use meta to attach a free-form object (e.g. your own IDs, tags, or context) that will be passed through and available in the flow output.Example:meta as a workaround to ship this capability; a more solid implementation will follow soon without breaking changes.Basic place search
Basic place search
Search with country and language settings
Search with country and language settings
With webhook callback
With webhook callback
Output Fields
The flow returns detailed place information including:| Field | Description |
|---|---|
place_name | Name of the business/place |
address | Full address |
phone | Phone number |
website | Website URL |
rating | Average rating (1-5) |
number_reviews | Total number of reviews |
category | Business category |
opening_hours | Opening hours schedule |
description | Business description |
google_maps_place_url | Direct link to Google Maps |
google_maps_place_id | Unique Google Maps place ID |
coordinates_latitude | Latitude coordinate |
coordinates_longitude | Longitude coordinate |
Authorizations
Body
1 - 1000 elementsOptional list of step to run. If not provided, only the required steps will be run.
An array of Identity UUIDs linked to identities (e.g. LinkedIn) used to execute the Action. You must provide at least one valid UID with access to the integration. Do not use account_uid values — only user_uid is supported.
["44444444-4444-4444-4444-444444444444"]
If "auto", the Action will use any identities from the current workspace (unless you have provided a list of identity_ids). "managed" will use the Edges pool of identities for an extra credit cost
direct, auto, managed Callbacks
POST{$request.body#/callback/url}onSave
Body
Represents an error returned by the API. This schema defines the standard structure of error messages to ensure consistent error handling across the application.
Number of results in the current callback
Results of the current callback
Response
Callback successfully processed

