Data and research
Google Places
A Google Places integration connects Google Places to Mobius. Runs can use it to search businesses, search nearby places, and read place details.
Use Google Places when a run needs location-aware research before outreach, routing, verification, or enrichment.
For the shared Google credential model, see Google integrations.
Capability map
| Capability | Value |
|---|---|
| Provider ID | google_places |
| Auth kind | api_key |
| Connect flow | Inline API key or platform credential |
| Actions | Yes |
| Events | No |
| Webhook delivery | No |
| Event samples | No |
| Live status | No |
Connect Google Places
| Surface | Support |
|---|---|
| App | Open Govern > Integrations, choose Google Places, and paste a Google Places API key when the project should use its own quota. |
| CLI | The mobius CLI does not connect Google Places integrations yet. Use the app or API. |
| API | Call POST /v1/projects/{project}/integrations/providers/google_places/connect through the generic provider connect endpoint. |
If the catalog marks Google Places ready through a platform credential, actions can run without a project-local key.
Credentials and quota
Project-owned Google Places keys use your Google Maps Platform project, billing account, quotas, and field configuration. Built-in Mobius credentials are useful for quick evaluation, but production loops should use a project key when you need your own Google quota, Maps Platform billing visibility, or stricter key restrictions.
Restrict the API key in Google Cloud to the Places API endpoints Mobius uses. Rotate the key from the integration page when you change restrictions or move the loop to a different Google Cloud project.
Actions
google_places.get_details
google_places.search_nearby
google_places.search_textUse search actions to find candidate place IDs, then call
google_places.get_details for the exact place the loop will use.
Request only the fields the run needs. Places field selection affects response shape and Google Maps Platform billing.
Events
Google Places does not register source events.
Troubleshooting
Actions fail with permission or API-key errors
Check that the Google Cloud project has Places API enabled, billing active, and API-key restrictions that allow server-side calls from Mobius.
Search returns too much data
Use included_type, included_types, location filters, and explicit detail
fields. Store only the fields the loop needs in Mobius tables.
Next
- Store enrichment results in tables.
- Inspect action schemas from actions.
- Keep API keys in integrations.