Scrapes Web Page data From Travel Website. A NodeJs Project.
It fetches travel insurance data from https://www.circlecover.com and saves them in a CSV file.
- Node.JS (8.11.3)
- Selenium
- Chrome WebDriver
- NPM (5.6.0)
- Git
- Install NodeJS from https://nodejs.org/en/download/. NPM will be installed with it as it comes with NodeJS setup.
- Clone this project using
gt clone https://github.com/PankajMSharma/Web-Scrapper.git
. - Inside
Web-Scrapper
folder run commandnpm i
on git bash or cmd. - Inside '/Project/TravelInsurance' folder run command
node runner.js
.
Note: Make sure you have Chrome browser installed to run this project.
- Output will be saved in a
CircleCover.csv
file.
Happy Web Scrapping :)