POST
/
google_map_place_info
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>"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json

Response

200

Successful response with place details.