Skip to main content
https://www.google.com/maps/search/hotels+new+york/&gl=us&hl=en

Parameters

q
string
required
The search path parameter. Specifies the keyword or phrase you want to search for on Google Maps.
gl
string
Two-letter country code used to define the country of search
https://www.google.com/maps/search/hotels+new+york/?gl=us
hl
string
Two-letter language code used to define the page languages
https://www.google.com/maps/search/hotels+new+york/?hl=en
  curl -X POST https://api.brightdata.com/request \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer API_KEY" \
  --data '{
    "zone": "serp_api1",
    "url": "https://www.google.com/maps/search/hotels+new+york/&gl=us&hl=en",
    "format": "raw"
  }'