booking-com · Schema

Booking.com Accommodation

Represents an accommodation property listed on Booking.com, including hotels, apartments, hostels, and other lodging types with their details, facilities, and location information.

Properties

Name Type Description
accommodation_id integer Unique numeric identifier for the accommodation on Booking.com
name string Display name of the accommodation property
description string Detailed text description of the accommodation and its offerings
address string Street address of the accommodation
city string City where the accommodation is located
city_id integer Booking.com city identifier used for search queries
country string Two-letter ISO 3166-1 alpha-2 country code
zip string Postal or ZIP code
location object
accommodation_type integer Numeric identifier for the type of accommodation (hotel, apartment, hostel, etc.)
accommodation_type_name string Human-readable name for the accommodation type
star_rating number Official star rating classification of the property
review_score number Average guest review score on a scale of 1 to 10
total_reviews integer Total number of guest reviews for this accommodation
chain_id integer Identifier for the hotel chain or brand, if applicable
chain_name string Name of the hotel chain or brand, if applicable
currency string Default currency code for the property (ISO 4217)
checkin_from string Earliest check-in time in HH:MM format
checkin_until string Latest check-in time in HH:MM format
checkout_from string Earliest checkout time in HH:MM format
checkout_until string Latest checkout time in HH:MM format
facilities array List of facilities and amenities available at the property
photos array Photos of the accommodation property
rooms array Room types available at the accommodation
themes array Thematic categories the accommodation belongs to
View JSON Schema on GitHub