Learn practical skills, build real-world projects, and advance your career

Web Scraping Project : Scraping Hotel List from Booking.Com

For this project, I scraped the list of the hotels available for New Delhi city from (booking.com). Booking.comis one of the most famous and trusted hotel and accomodation booking website used all around the world.

Link : https://www.booking.com/

Our Objective

  • Scrape hotel list available at New Delhi location.
  • We'll scrape basic details like, hotel name, reviews, locality, ratings and more.
  • Finally we'll make a csv file for further analysis and use.

Our Tools

For this Web Scraping Project I'm used several tools such as Jupyter Notebook,Python and Python Libraries such as bs4, pandas, lxml, requests, and jovian.

alt

Special Note :

Web Scraping Projects are highly prone to error and malfunction. It requires constants updates due to changes being made in the website, we are scraping.

Also not all websites and services allows web scraping, so please check beforehand for the consent and privacy policy.

0. Imports