Skip to documentation
Browse documentation

Search Places

Search Google Maps for businesses by keyword and optional location — returns name, address, phone, website, rating, coordinates, categories, and place IDs. Supports geo-bias via lat/lng/zoom and country filtering.

Capability ID googlemaps.search
Cost 1 credit per request
Maximum runtime 120 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
country string Optional Country code for gl param (default 'us').
lang string Optional Language code (default 'en').
lat number Optional Latitude for geo-bias (use with lng).
limit integer Optional Max records to return (default 60, max 120).
lng number Optional Longitude for geo-bias.
location string Optional Location bias appended to query, e.g. 'New York, NY'.
query string Required Search query, e.g. 'pizza restaurants'.
zoom integer Optional Map zoom level (default 14; higher = tighter area, lower = wider).

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

No committed sample output is available for this capability yet.

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources