Inputs
SelectableOption
Output
Type:List[Dict]
Returns a list of reviews.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get Google Maps reviews for any place (Scraper)
| App | Google Maps |
| Operation ID | google_maps_get_place_reviews |
| Type | Action |
| Connection | None |
| Credits per run | 5 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
place_id | string | Yes | - | Google Place ID. Use the ‘google_maps_find_places’ node first and take its output field id. |
sort_by | string or SelectableOption | No | - | Sort order for reviews: most_relevant (default), newest, highest_rating, lowest_rating. |
language | string or SelectableOption | No | - | Interface language for the results (default: en). Example values: en, ar, fr. |
country | string or SelectableOption | No | - | Country context for the search (optional). Example values: US, AE, GB. |
limit | integer | No | 20 | Maximum number of reviews to return. The API returns up to 20 reviews per page; this node paginates automatically. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns a list of reviews.
Fields: dynamic (depend on the inputs)