I have already done a python script that pulls all the datasets from booking.com
here is a list of some of the datasets that it pulls into the database;
hotels Table
- hotel_type
- hotel_name
- no_of_stars
- address
- description
- url
- pool
- airport_shuttle
- spa_wellness_centre
- fitness_centre
- family_rooms
- facilities_for_disabled_guests
- parking
- free_parking
- pets_allowed
- room_service
- free_wifi
- tea_coffee_maker_in_all_rooms
- restaurant
- bar
- breakfast
- breakfast_rating
- breakfast_number_of_reviews
- garden
- wifi_all_areas
- all_facilities
Hotel ratings Table
- overall
- cleanliness
- comfort
- facilities
- free_wifi
- location
- value_for_money
- number_of_reviews
rooms Table
- room_name
- room_size
- air_conditioning
- coffee_machine
- free_wifi
- minibar
- soundproofing
- tv
- balcony
- private_room
- private_suite
- dormitory
- shared_dormitory
- bath
- private_bathroom
- ensuite_bathroom
- shared_bathroom
- beds_single
- beds_double
- beds_large_double
- beds_extra_large_double
- beds_sofa
- beds_bunk
- additional_important
- further_facilities
hotel offerings Table
- checkin
- checkout
- price
- sleeps
- breakfast_included
- breakfast_optional
- breakfast_text
- meals
- free_cancellation_until
- free_cancellation_text
- prepayment
- prepayment_text
Let me know if you need more