Skip to content

Scrape Jobs from Indeed with Python using Selenium and Beautiful Soup

Notifications You must be signed in to change notification settings

kalpshah18/pyIndeedScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyIndeedScraper

pyIndeedScraper is a Python Program to scrape Indeed to get Data regarding a Job regarding a Job Title and Location on any page of Indeed.

Installation

Use pip install requirements.txt to Install all requirements.

pip install requirements.txt

Usage

For Example, lets scrape Data for Data Scientist Jobs in New York from the Second Page on Indeed that are Full Time Positions. For Spaces, use the + Sign as shown below. Page is optional, by default it will be 1.

python main.py -jobTitle Data+Scientist -location New+York -page 2 -jobtype fulltime

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Scrape Jobs from Indeed with Python using Selenium and Beautiful Soup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages