POST
/
google_map_reviews
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/google_map_reviews \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "business_id": "<string>",
  "country": "<string>",
  "cursor": "<string>",
  "sort": "Newest"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
business_id
string

The business ID of the place on Google Maps.

country
string

The country code for the place.

cursor
string

Cursor for pagination through the reviews.

sort
enum<string>

Sort type for the reviews, either 'Newest' or 'Relevant'.

Available options:
Newest,
Relevant

Response

200

Successful response with place reviews.