This web scraping project aims to gather information on the latest job opportunities from approximately 20+ companies or startups and organizes the data into a CSV file.
$ git clone https://github.com/isha0612/job-opening-web-scraping.git
$ npm i
$ echo "EMAIL=YOUR_EMAIL" >> src/.env
$ echo "PASSWORD=YOUR_PASSWORD" >> src/.env
$ npm run dev
This will create an output.csv file that holds the accumulated data.