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

POST /execute Shared execution endpoint

Input parameters

country string optional

Two-letter country code for the gl parameter (default 'us').

lang string optional

Language code such as 'en' or 'en-US' (default 'en').

lat number optional

Latitude for geo-bias (use with lng).

limit integer optional

Max records to return (default 60, max 120).

Example 20
lng number optional

Longitude for geo-bias (use with lat).

location string optional

Location bias appended to query, e.g. 'New York, NY'.

Example San Francisco, CA
query string required

Search query, e.g. 'pizza restaurants'.

Example coffee shops
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.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
items array 3 items
items array 3 items
summary object 3 fields
summary.has_more boolean true
summary.query string coffee shops
summary.total_items integer 20

Execution behavior

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