POST
/
google_map_search
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/google_map_search \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "query": "<string>",
  "lang": "<string>",
  "lat": 123,
  "lng": 123,
  "zoom": 123
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
query
string

The search query for Google Maps.

lang
string

The language code for the search results.

lat
number

Latitude for the search location.

lng
number

Longitude for the search location.

zoom
integer

Zoom level for the map view.

Response

200

Successful response with map search results.