Jobs Scraper
Hi there I am trying to create a Job Scraper but need a bit of guidance of how I should best go about it. So what I am looking to do is:
1) Scrape all links in the following search results: https://www.jobs.ac.uk/search/international-activities - and also use the next pagination feature to go through all search result pages
2) Attribute them to a custom post type, and a custom post type category
3) Assigned certain scraped values to certain custom fields in the post type
Thanks!