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
business_id
string

The business ID of the place on Google Maps.

country
string

The country code for the place.

lang
string

The language code for the place information.

place_id
string

The unique identifier for the place on Google Maps.

Response

200

Successful response with place details.