DocumentationDashboard

Google

Hotels

Google Hotels availability and nightly prices for a place and a pair of dates.

GET/v1/google/hotels10 credits

Parameters

NameTypeRequiredDescription
qstringrequiredSearch query, e.g. "Bali hotels".
check_in_datestringrequiredCheck-in date, YYYY-MM-DD.
check_out_datestringrequiredCheck-out date, YYYY-MM-DD. After check-in.
currencystringoptionalISO 4217 currency, default "USD".
sort_bynumberoptional0 = relevance, 3 = lowest price, 8 = highest rating, 13 = most reviewed.
min_pricenumberoptionalMinimum nightly price.
max_pricenumberoptionalMaximum nightly price.
ratingnumberoptional7 = 3.5+, 8 = 4.0+, 9 = 4.5+.
hotel_classstringoptionalStar ratings to keep, comma-separated, 2-5.
amenitiesstringoptionalAmenity codes, comma-separated.
property_typesstringoptionalProperty type codes, e.g. 12 for vacation rentals.
free_cancellationbooleanoptionalOnly properties with free cancellation.
eco_certifiedbooleanoptionalOnly eco-certified properties.
special_offersbooleanoptionalOnly properties running a special offer.
limitnumberoptionalResults per page, 1-20.
next_page_tokenstringoptionalPagination cursor from a previous response.
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?q=%3Cq%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

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