Hey PAD folks,
I am new to PAD and trying to learn with a web scraping project.
What I am trying to do is extract the job posting title, job number, and job URL.
I am unable to capture the URL for each job posting for a few sites that use the same vendor.
Example: https://blackknight.wd1.myworkdayjobs.com/BKC
I only see 2 options:
- Right click on each job posting title, copy URL, and paste to Excel spreadsheet (in same row as the job posting name and number).
- Click on each job posting title, which would open a new tab, and extract page URL of job description (as well as job posting title and job number).
I can't seem to figure out how to left or right click each job posting - tried using a for loop unsuccessfully.
Are either of these options possible? Or is there a better solution?
I appreciate any assistance/ideas.
Thanks,
PJ