cURL
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" }'
Fetch reviews for a specific place on Google Maps using its business ID, country, cursor for pagination, and sort type (Newest or Relevant).
Scrapeasap Api Key
Successful response with place reviews.