Skip to content

Scrapping all job posts on indeed from given link. The result will be saved on csv file. You can add exclude_keyword and include_keyword to make job scanning in csv easier.

Notifications You must be signed in to change notification settings

farid141/indeed-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

indeed-scrapper

Scrapping all job posts on indeed from given link. The result will be saved on csv file. You can add exclude_keyword and include_keyword to make job scanning in csv easier. Demo Video: https://youtu.be/lr2uDHDlOgQ

Environment settings

  1. Download webdriver according to your web browser
  2. Add webdriver path to 'path' variable in environment variable settings. You can use this reference https://phoenixnap.com/kb/windows-set-environment-variable

Python modules

You need to install some python modules using pip command

pip install selenium
pip install pandas

Parameter setting

You can modify some parameter in 'constants.py' file to:

  • customize indeed filters
  • customize exclude and include keywords
  • customize name of csv file result

About

Scrapping all job posts on indeed from given link. The result will be saved on csv file. You can add exclude_keyword and include_keyword to make job scanning in csv easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages