Field | Type | Description | Example |
---|---|---|---|
hotel_id | string | Unique identifier for the hotel property on Booking.com | hotel_987654321 |
hotel_name | string | Official name of the hotel property | Grand Plaza Hotel & Spa |
star_rating | number | Official star rating of the hotel (1-5 stars) | 4 |
guest_rating | number | Average guest rating score out of 10 | 8.7 |
review_count | number | Total number of guest reviews for the property | 2543 |
price_per_night | number | Current room rate per night in local currency | 189.00 |
currency | string | Currency code for pricing | USD |
address | string | Full street address of the hotel | 123 Main Street, Downtown District |
city | string | City where the hotel is located | New York |
country | string | Country where the hotel is located | United States |
latitude | number | Hotel latitude coordinate | 40.7831 |
longitude | number | Hotel longitude coordinate | -73.9712 |
amenities | array | List of hotel facilities and services | ["Free WiFi", "Fitness center", "Restaurant", "Room service"] |
room_type | string | Type of room being priced | Superior Double Room |
availability_status | string | Current booking availability status | Available |