Skip to main content
GET
/
v1
/
google
/
maps
/
place
Get place details
curl --request GET \
  --url https://scrapebadger.com/v1/google/maps/place
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

place_id
string | null
data_id
string | null
hl
string
default:en
gl
string
default:us

Response

Successful Response