cuddlynest_listing_details
Get full details for a specific CuddlyNest hotel: static listing info plus live room prices, availability, and cancellation policies from the wholesale supplier.
Instructions
Get details for a specific CuddlyNest hotel: static basics (name, location, description, amenities, images) from the listing page, plus live room options, prices, availability and cancellation policies streamed from CuddlyNest's wholesale-supplier WebSocket (accumulated across partial messages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotel | Yes | CuddlyNest hotel URL or numeric product_id. The product_id is the trailing number in a listing URL, e.g. https://www.cuddlynest.com/hotel/us/le-meridien-boston-cambridge-4264955 -> 4264955. | |
| rooms | No | Number of rooms (default: 1) | |
| adults | No | Number of adults (default: 2) | |
| checkin | No | Check-in date (YYYY-MM-DD) | |
| infants | No | Number of infants (default: 0) | |
| checkout | No | Check-out date (YYYY-MM-DD) | |
| children | No | Number of children (default: 0, or derived from childAges) | |
| currency | No | ISO 4217 currency code for prices (default: USD), e.g. USD, EUR, COP | |
| childAges | No | Age of each child at check-in, e.g. [2, 7]. Sets `children` when given. | |
| destinationSlug | No | CuddlyNest internal destination slug for the hotel's city (e.g. 'SantaMartaMagdalenaColombia'). Optional — derived from the listing page's city/state/country when omitted. | |
| ignoreRobotsText | No | Ignore robots.txt for the listing-page fetch on this request. |