Google Maps APIs
Google Maps Reviews API
The Google Maps Reviews API provides access to reviews from Google Maps, with options to specify the data ID, place ID, language, sorting parameters, and topic filters.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key.
All requests must include your key in the x-api-key
header.
Make Your First Request
API Parameters
Parameter | Default Value | Required | Description |
---|---|---|---|
dataId | 0x80cc0654bd27e08d:0xb1c2554442d42e8d | No | Google Maps data ID. |
placeId | - | No | Unique reference to a place on a Google Map. Either dataId or placeId should be set. |
hl | - | No | The two-letter language code for the language you want to use for the search. |
sortBy | - | No | Parameter used for sorting and refining results. |
topicId | - | No | Defines the ID of the topic you want to use for filtering reviews. |
nextPageToken | - | No | Defines the next page token. It is used for retrieving the next page results. |