No commit activity in last 3 years
No release in over 3 years
A web scraper which searches for job adverts on findajob.dwp.gov.uk
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.10, >= 0.10.2
~> 1.8, >= 1.8.21
>= 0.5.0, ~> 0.5
 Project Readme

Scraping the search results from jobsearch.direct.gov.uk using the myuniversaljobsmatch gem

require 'myuniversaljobsmatch'

ujm = MyUniversalJobsMatch.new filepath: '/tmp'
results = ujm.search(title: 'Administrative', where: 'edinburgh')
puts results.to_xml pretty: true

The above code scrapes the search results from Universal Jobs Match and outputs it to a Dynarex document.

Resources

myuniversaljobsmatch gem jobsearch webscraper