Google Maps Reviews API

Effortlessly extract reviews from Google Maps using the Google SERP API.

To harness this specific scraping capability, append the engine=google_maps_reviews parameter to your request.

Targeting just the reviews on Google Maps? The Google Maps Reviews API is tailored for this very purpose. By interfacing with this engine, you'll receive a structured JSON object encompassing all pertinent reviews, precisely aligned with your specified query.

Google Maps Reviews API Integration Examples

We will use following URL as an example for this request:

https://serp.shifter.io/v1?engine=google_maps_reviews&api_key=<YOUR_API_KEY>&data_id=0x4786c6ace45fe3bd:0x126d84580eedebe5

Ready to Use Google Maps Reviews Scraping Scripts:

curl --request GET --url "https://serp.shifter.io/v1?engine=google_maps_reviews&api_key=YOUR_API_KEY&data_id=0x4786c6ace45fe3bd:0x126d84580eedebe5"

Google Maps Reviews Parameters

#1: Query Parameter

Parameter
Type
Description

data_id Required

string

Google Maps data ID that you are searching.

#2: Request Customisation Parameters

Parameter
Type
Description

topic_id

string

The ID of the topic you want to filter your request by.

#3: Geolocation Parameters

Parameter
Type
Description

hl

string

The language you want to use for your Google search. List of supported languages

#4: Pagination Parameters

Parameter
Type
Description

sort_by

string

Sort your results in a particular way. Supported sort types: - qualityScore - most relevant reviews. - newestFirst - most recent reviews. - ratingHigh - highest rating reviews. - ratingLow - lowest rating reviews.

next_page_token

string

Token of the next page, used to retrieve results from the next page.

Response Example

Last updated

Was this helpful?