Google Reviews
google_reviewsReturn the Google Maps reviews of one place (reviews with rating, snippet, author, date, likes, owner response, guided details and dining subratings) plus place_info. Identify the place by place_id or data_id from a google_maps result. Sort, filter by topic or text, and follow pagination.next_page_token for more. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Two-letter country for localization, e.g. "us" | |
| hl | No | Language code such as "en" or "en-GB"; default en | |
| num | No | Reviews to return: 1-100 on a first unfiltered request (default 8), 1-20 with topic_id, query or next_page_token (default 10) | |
| query | No | Keep reviews mentioning this text; conflicts with topic_id | |
| data_id | No | Google data ID such as 0x89c2...:0x...; exactly one of place_id and data_id | |
| sort_by | No | Order: qualityScore (most relevant, default), newestFirst, ratingHigh, ratingLow | |
| place_id | No | Google place ID such as ChIJ...; exactly one of place_id and data_id | |
| topic_id | No | Keep reviews on one Google review topic; conflicts with query | |
| result_groups | No | Return only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept | |
| next_page_token | No | pagination.next_page_token from the previous response; keep the same place, sort and filters |