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

curl --request GET \
  --url 'https://api.hasdata.com/scrape/google-maps/contributor-reviews?contributorId=117472887966458832611' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
contributorId117472887966458832611YesGoogle Maps Contributor ID.
hl-NoThe two-letter language code for the language you want to use for the search.
gl-NoThe two-letter country code for the country you want to limit the search to.
num-NoNumber of results per page, ranging from 10 to 200.
nextPageToken-NoDefines the next page token. It is used for retrieving the next page results.