Regular Expression Scriping of one website -- 3
Budget: $30 – $250 USD
Please READ.
Please do not bid if you can not have this done today or if you have not worked with scraping with regular expression before. I should have had this done yesterday but two Freelancers bid on the job and then chose to not do it as they had a problem completing the project.
Jobs Regular expressions scraping
I want to scrape job from
https://www.governmentjobs.com/jobs?location=florida&daysPosted=1
Currently is has 10 new jobs over 1 page.
Let's view the job for Stormwater Operations Supervisor
The links to the jobs will open up the complete job Description where I wish to scrape the Following:
For mysql db table is "jobs" with the following fields and example from the url above:
PositionTitle = Stormwater Operations Supervisor
ClosingDate = 01/14/2022 (don't need time etc only date and in dateformat
JobDesc = All content below the buttons for Description and Benefits
At the bottom section:
JobCity = Pinellas County Public Works
WebSite = www.pinellascounty.org/
With Regular Expressions you can use the following:
$fields['JobState'] = 'FL';
and
include('db.php'); where I will have the hostname, database, username and password:
Your regular expression should be in a php file, example FL.php with all the above ready to use.
Please do not bid if you can not have this done today or if you have not worked with scraping with regular expression before. I should have had this done yesterday but two Freelancers bid on the job and then chose to not do it as they had a problem completing the project.
Jobs Regular expressions scraping
I want to scrape job from
https://www.governmentjobs.com/jobs?location=florida&daysPosted=1
Currently is has 10 new jobs over 1 page.
Let's view the job for Stormwater Operations Supervisor
The links to the jobs will open up the complete job Description where I wish to scrape the Following:
For mysql db table is "jobs" with the following fields and example from the url above:
PositionTitle = Stormwater Operations Supervisor
ClosingDate = 01/14/2022 (don't need time etc only date and in dateformat
JobDesc = All content below the buttons for Description and Benefits
At the bottom section:
JobCity = Pinellas County Public Works
WebSite = www.pinellascounty.org/
With Regular Expressions you can use the following:
$fields['JobState'] = 'FL';
and
include('db.php'); where I will have the hostname, database, username and password:
Your regular expression should be in a php file, example FL.php with all the above ready to use.