Skip to main content
Pull the full marketing and operational profile of a single property after a search result catches the user’s attention. Useful for questions like “what amenities does this hotel have”, “is there a pool on site”, or “what is the cancellation policy on the deluxe room”. Returns the gallery, facilities, room metadata, and policies in one payload.

Usage

jinko hotel-details [options]

Options

FlagRequiredDescriptionDefault
--hotel-id <id>Yeshotel ID (from a prior hotel-search offer)
--checkin <date>Nocheck-in date (YYYY-MM-DD) — accepted for future cache-key alignment, currently unused by the BFF
--checkout <date>Nocheck-out date (YYYY-MM-DD) — accepted for future cache-key alignment, currently unused by the BFF

Examples

# Minimal — just the hotel ID returned by hotel-search
jinko hotel-details --hotel-id lpe2264

# With dates for cache alignment
jinko hotel-details --hotel-id lpe2264 --checkin 2026-07-15 --checkout 2026-07-18