DocumentationDashboard

Google

Hotel Detail

One Google Hotels property in full, for the dates you name.

GET/v1/google/hotels-detail10 credits

Parameters

NameTypeRequiredDescription
detail_tokenstringrequiredProperty token from a hotels search result.
check_in_datestringrequiredCheck-in date, YYYY-MM-DD.
check_out_datestringrequiredCheck-out date, YYYY-MM-DD.
currencystringoptionalISO 4217 currency, default "USD".
hlstringoptionalInterface language, e.g. "en", "tr". Default "en".
glstringoptionalCountry code for ranking, e.g. "us", "tr". Default "us".

Request

curl --request GET 'https://data-api.roketfy.com/v1/google/hotels-detail?detail_token=%3Cdetail_token%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool google_hotels_detail, with the same parameters and the same credit cost.