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
- Download webdriver according to your web browser
- Add webdriver path to 'path' variable in environment variable settings. You can use this reference https://phoenixnap.com/kb/windows-set-environment-variable
You need to install some python modules using pip command
pip install selenium
pip install pandasYou can modify some parameter in 'constants.py' file to:
- customize indeed filters
- customize exclude and include keywords
- customize name of csv file result