CV-Library Jobs Scraper avatar

CV-Library Jobs Scraper

Pricing

$4.00 / 1,000 job scrapeds

Go to Apify Store
CV-Library Jobs Scraper

CV-Library Jobs Scraper

Scrape job listings from CV-Library (cv-library.co.uk), a major UK job board. Returns title, company, location, salary, posted date and URL.

Pricing

$4.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape job listings from CV-Library (cv-library.co.uk), one of the UK's largest job boards. Returns title, company, location, salary range, posted date and the job URL — no login required.

Input

FieldTypeDescription
startUrlsarrayOne or more cv-library.co.uk job-search URLs, e.g. https://www.cv-library.co.uk/developer-jobs or https://www.cv-library.co.uk/nurse-jobs-in-manchester
maxItemsintegerMax jobs to return across all start URLs (paginates automatically, default 50, max 1000)
maxPagesPerUrlintegerMax result pages to paginate through per start URL (default 10)

Example:

{
"startUrls": ["https://www.cv-library.co.uk/developer-jobs"],
"maxItems": 100
}

Output

{
"jobId": "225442265",
"title": "Data Developer",
"company": "Capital One UK",
"companyUrl": "https://www.cv-library.co.uk/list-jobs/310639/capital-one-uk-jobs",
"location": "NG2 3HX",
"salaryMin": 150000,
"salaryMax": 200000,
"salaryText": "£150,000 - £200,000 per annum",
"postedAt": "2026-08-03T01:05:11Z",
"postedText": "today",
"url": "https://www.cv-library.co.uk/job/225442265/data-developer",
"scrapedAt": "2026-08-03T00:00:00.000Z"
}

Common uses

  • Job market and salary research by role or region
  • Recruitment lead generation
  • Feeding vacancy data into job aggregators or HR dashboards
  • Tracking hiring trends by company

Notes

Find the right start URL by browsing cv-library.co.uk for your role/location, then copy the search-result page URL into startUrls.