> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Place Reviews

> Get Google Maps reviews for any place (Scraper)

Get Google Maps reviews for any place (Scraper). Needs a place\_id that can be obtained from google\_maps\_find\_places.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | Google Maps                     |
| **Operation ID**     | `google_maps_get_place_reviews` |
| **Type**             | Action                          |
| **Connection**       | None                            |
| **Credits per run**  | 5                               |
| **Agent / MCP tool** | Yes                             |

## Inputs

| 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. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns a list of reviews.

**Fields**: dynamic (depend on the inputs)
