Skip to main content
GET
Get reviews for a place

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Query Parameters

companyId
string
required

Company ID whose data credits are billed for the call

dataId
string
required

Data ID of the place, from a places search result

language
string

Results language (default 'en')

sortBy
string

Sort order: 'qualityScore' (default), 'newestFirst', 'ratingHigh', or 'ratingLow'

topicId
string

Filter reviews by a topic ID from a previous response

nextPageToken
string

Pagination token from a previous response

maxResults
integer

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.