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

Query Parameters

property_token
string
required

Property token

check_in
string
required

YYYY-MM-DD

check_out
string
required

YYYY-MM-DD

Response

Successful Response