Google Maps APIs
Google Maps Contributor Reviews API
The Google Maps Contributor Reviews API allows to retrieve reviews submitted by specific users on Google Maps.
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 |
---|---|---|---|
contributorId | 117472887966458832611 | Yes | Google Maps Contributor ID. |
hl | - | No | The two-letter language code for the language you want to use for the search. |
gl | - | No | The two-letter country code for the country you want to limit the search to. |
num | - | No | Number of results per page, ranging from 10 to 200. |
nextPageToken | - | No | Defines the next page token. It is used for retrieving the next page results. |