Get reviews for a place
Returns reviews (rating, text, date, reviewer) for a place identified by the dataId from a places search result. Sort with sortBy and paginate with nextPageToken. Costs 1 data credit per call.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Company ID whose data credits are billed for the call
Data ID of the place, from a places search result
Results language (default 'en')
Sort order: 'qualityScore' (default), 'newestFirst', 'ratingHigh', or 'ratingLow'
Filter reviews by a topic ID from a previous response
Pagination token from a previous response
Reviews per page, 1-20 (default 10)
Response
Reviews payload with topics and pagination token
Reviews payload: location summary, review topics, the reviews list (rating, snippet, date, reviewer), and a pagination token for the next page.

