Skip to documentation
Browse documentation

List Reviews

Stream all reviews for a place. Provide one of: feature_id (preferred), place_id, cid, or url. If feature_id is not provided, an extra request is made to resolve it.

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

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
feature_id string Optional 0x...:0x... from SearchPlaces/GetPlace result (preferred).
lang string Optional Language code (default 'en').
limit integer Optional Max reviews to return (default 100).
sort string Optional Sort order.
url string Optional Google Maps URL (name extracted for feature_id lookup).

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