Python code to extract Job posting information from Workday websites
Clone the repository:
git clone https://github.com/killerfrost598/Workday-Scraper.gitInstall the Selenium Python package:
pip install selenium
pip install pandasEnsure you have Chrome browser installed on your desktop.
Run the main file:
python main.pyyou get the outputs in the output folder once extraction is finished.
Note: It only works on windows due to the parallel processing to reduce the extraction time.
Reduce the processes count in main.py if you have less cores.