Skip to content

isha0612/job-opening-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scrapper Project

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.

Clone the repository, install packages

$ git clone https://github.com/isha0612/job-opening-web-scraping.git
$ npm i  

Add your email and password of your wellfound account in the .env file and run the application

$ 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published