Project Title: Scraping Hotel Prices Daily from Kayak

Project Description:

The goal of this project is to create a functioning web scraper for https://www.kayak.com/

– Input will be a csv file with two columns: ID and link to scrape.

– Output should be a csv file with following data:

Hotel Name
Price per Night
Number of Reviews
Ratings
Details
Address
Street
City
State
Country
Zip code
Number of Rooms
Number of Guests

– The script should use a random proxyserver.

– Delay between two queries should be a variable that can be changed.

– On the page the cheapest (first price in the list) needs to be parsed to a csv file.

For similar work requirement feel free to email us on info@logicwis.com.