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=0x80cc0654bd27e08d%3A0xb1c2554442d42e8d' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
dataId0x80cc0654bd27e08d:0xb1c2554442d42e8dNoGoogle 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.