Skip to main content
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

curl --request GET \
  --url 'https://api.hasdata.com/scrape/google-maps/reviews?dataId=0x873312ae759b4d15%3A0x1f38a9bec9912029' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
dataId0x873312ae759b4d15:0x1f38a9bec9912029NoGoogle Maps data ID.
placeId-NoUnique reference to a place on a Google Map. Either dataId or placeId should be set.
hl-NoThe two-letter language code for the language you want to use for the search.
sortBy-NoParameter used for sorting and refining results.
topicId-NoDefines the ID of the topic you want to use for filtering reviews.
nextPageToken-NoDefines the next page token. It is used for retrieving the next page results.