https://www.google.com/maps/search/hotels+new+york/&gl=us&hl=en
Parameters
The search path parameter. Specifies the keyword or phrase you want to search for on Google Maps.
Two-letter country code used to define the country of searchhttps://www.google.com/maps/search/hotels+new+york/?gl=us
Two-letter language code used to define the page languageshttps://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"
}'