Jobs Regular expressions scraping
Project detail
I want to scrape job from https://www.governmentjobs.com/jobs?location=florida&daysPosted=1
Today is has 24 new jobs over 3 pages.
The links to the jobs is the PositionTitle for mysql database
Location is Bradenton, FL so I need the JobCity and JobState for the mysql database.
after clicking on the PositionTitle you will see again the PositionTitle, JobCity and JobState
Also you will see the ClosingDate and I only need 12/28/2021 and at the bottom I will need the Website = the url for the JobCity
For the body of the job is everything under Job Description and for database this is JobDesc.
So from the website and inserting into mysql DB I need:
PositionTitle
JobCity
JobState
JobDesc
ClosingDate
Website
Thank you for looking