business_reviews
Retrieve customer reviews for a specific business using its unique identifier, with options to filter, sort, and paginate results for analysis.
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 | 5 |
| offset | No | Number of business reviews to skip (for pagination/scrolling). Default: 0 | 0 |
| 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 |