Ik heb al een python script dat alle datasets van booking.com haalt
hier is een lijst van enkele datasets die het in de database plaatst;
hotels tabel
- 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 tabel
- overall
- cleanliness
- comfort
- facilities
- free_wifi
- location
- value_for_money
- number_of_reviews
kamers tabel
- 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 aanbiedingen tabel
- checkin
- checkout
- price
- sleeps
- breakfast_included
- breakfast_optional
- breakfast_text
- meals
- free_cancellation_until
- free_cancellation_text
- prepayment
- prepayment_text
Laat me weten of je meer nodig hebt