Hotels
Google Hotels availability and nightly prices for a place and a pair of dates.
GET
/v1/google/hotels10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query, e.g. "Bali hotels". |
| check_in_date | string | required | Check-in date, YYYY-MM-DD. |
| check_out_date | string | required | Check-out date, YYYY-MM-DD. After check-in. |
| currency | string | optional | ISO 4217 currency, default "USD". |
| sort_by | number | optional | 0 = relevance, 3 = lowest price, 8 = highest rating, 13 = most reviewed. |
| min_price | number | optional | Minimum nightly price. |
| max_price | number | optional | Maximum nightly price. |
| rating | number | optional | 7 = 3.5+, 8 = 4.0+, 9 = 4.5+. |
| hotel_class | string | optional | Star ratings to keep, comma-separated, 2-5. |
| amenities | string | optional | Amenity codes, comma-separated. |
| property_types | string | optional | Property type codes, e.g. 12 for vacation rentals. |
| free_cancellation | boolean | optional | Only properties with free cancellation. |
| eco_certified | boolean | optional | Only eco-certified properties. |
| special_offers | boolean | optional | Only properties running a special offer. |
| limit | number | optional | Results per page, 1-20. |
| next_page_token | string | optional | Pagination cursor from a previous response. |
| hl | string | optional | Interface language, e.g. "en", "tr". Default "en". |
| gl | string | optional | Country 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.