business_reviews_v2
Retrieve and filter business reviews by ID with pagination, sorting, and translation options to analyze customer feedback.
Instructions
Get business reviews by Business Id with pagination support.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | Yes | Unique Business Id. Accepts google_id / business_id or place_id. Examples: 0x880fd393d427a591:0x8cba02d713a995ed ChIJkaUn1JPTD4gR7ZWpE9cCuow | |
| limit | No | Maximum number of business reviews to return. Default: 20 Allowed values: 1-1000 | 20 |
| cursor | No | The cursor value from the previous response to get the next set of results (scrolling / pagination). | |
| translate_reviews | No | Example value: | |
| query | No | Return reviews matching a text query. | |
| sort_by | No | How to sort the reviews in the results. Default: most_relevant Allowed values: most_relevant, newest, highest_ranking, lowest_ranking | |
| fields | No | A comma separated list of review fields to include in the response (field projection). By default all fields are returned. Example: review_id,review_text,rating | |
| region | No | Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code). Default: us | |
| language | No | Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes . Default: en |