hotel_room_detail
Get detailed room information, prices, and images for a specific hotel. Provides comprehensive hotel details including room types, pricing, facilities, images, and policies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of results per page (max 30, default: 30) | |
| rooms | No | Number of rooms needed (default: 1) | |
| adults | No | Number of adult guests (default: 2) | |
| locale | No | Locale code (default: 'tr_TR') | |
| children | No | Ages of children as list (e.g., [8, 12] for 8 and 12 year olds) | |
| currency | No | Currency code (default: 'TRY') | |
| hotel_id | Yes | Hotel ID | |
| funnel_id | No | Funnel ID for tracking (optional) | |
| nationality | No | Nationality code (default: 'tr') | |
| check_in_date | Yes | Check-in date in DD.MM.YYYY format (e.g., '10.01.2026') | |
| check_out_date | Yes | Check-out date in DD.MM.YYYY format (e.g., '13.01.2026') |