Trip Advisor is one of the best online websites to Search over a million places to visit. They provide tons of trip ideas and locations.
1 – UI contains Category from where users need to specify the thing need to scrape from trip advisor.
2 – Software will navigate to tripadvisor.com
3 – Software will search for Location provided in UI by the user.
4 – In the case of the following categories :
i ) Hotels: Software will scrape the following outputs :
Hotel Name,URL,Price,Stars,Review
ii ) Things to do: Software will scrape the following outputs :
Event,URL,Price,Stars,Review,Description
iii) Restaurants: Software will scrape the following outputs :
Restaurant Name,URL,Review,Description
iv) Flights: Software will scrape the following outputs :
Flight From Flight To Date Company Fare
5 – All the above information will be stored in a CSV file which locates in the output folder with the current date and time.
6 – UI also contains Logs text-area which will provide the working of the software.