cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/google_map_place_info \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "business_id": "<string>", "country": "<string>", "lang": "<string>", "place_id": "<string>" }'
Retrieve information about a specific place on Google Maps using its business ID, country, language, and place ID.
Scrapeasap Api Key
Successful response with place details.