The aim of this project is to systematically gather data from Traveloka using methods: Selenium
. The extracted information will be organized into structured dataframes comprising Hotel
, Coach
, and PlaneTrip
details.
This project endeavors to scrape Traveloka's data and transform it into a structured format suitable for subsequent analysis or integration into applications.
Selenium
: Employing Selenium to automate web browser interactions for efficient data scraping from Traveloka.
The extracted data will encompass the following aspects:
hotel_names
: Name of the hotellocation
: Hotel locationprice
: Hotel pricescore_hotels
: Hotel rating scorenumber_rating
: Number of hotel ratingsstar_number
: Hotel star ratingreceived_time
: Check-in timegiveback_time
: Check-out timedescription
: Hotel descriptionhotel_link
: Link to the hotelid
: Hotel identifier
brand
: Coach brandprice
: Coach pricenumber_of_seat
: Number of seats availablestart_time
: Departure timestart_day
: Departure dayend_day
: Arrival dayend_time
: Arrival timetrip_time
: Total trip durationtake_place
: Departure locationdestination
: Destinationlocation
: Destination locationid
: Coach identifier
brand
: Airline brandprice
: Airline ticket pricestart_time
: Departure timestart_day
: Departure dayend_day
: Arrival dayend_time
: Arrival timetrip_time
: Total trip durationtake_place
: Departure locationdestination
: Destinationid
: Plane trip identifier
For inquiries, suggestions, or collaboration opportunities, please don't hesitate to get in touch. Your feedback and insights are invaluable for continuous improvement.