Search Nearby
Search for places near a coordinate — returns name, address, phone, website, rating, coordinates, and categories for businesses within a given radius. Supports keyword filtering and place type constraints.
Capability ID
googlemaps.nearby
Cost
1 credit per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
country |
string |
Optional | Country code (default 'us'). |
lang |
string |
Optional | Language code (default 'en'). |
lat |
number |
Required | Latitude (required). |
limit |
integer |
Optional | Max results (default 60, max 120). |
lng |
number |
Required | Longitude (required). |
query |
string |
Optional | Keyword filter, e.g. 'coffee'. |
radius |
integer |
Optional | Search radius in meters (default 1000). |
types |
array<string> |
Optional | Place types, e.g. ['restaurant']. |
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.