CV Library Jobs Scraper avatar
CV Library Jobs Scraper

Pricing

$19.99/month + usage

Go to Apify Store
CV Library Jobs Scraper

CV Library Jobs Scraper

Scrape job listings from CV Library by providing a search URL, with automatic pagination and comprehensive job information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

💼 CV Library Jobs Scraper

This actor allows you to scrape job listings from CV Library by providing a search URL. It automatically handles pagination and extracts comprehensive job information including job details, company information, salary, location, and application links.

Features

  • URL-based Scraping: Extract jobs by providing a complete CV Library search URL
  • Automatic Pagination: Automatically navigates through pages and loads more jobs until reaching the end or max items limit
  • Comprehensive Job Data: Extract detailed information about each job including:
    • Job title and description
    • Company name and details
    • Salary information
    • Location and remote work options
    • Job type and posting date
    • Application links
  • Company Information: Includes company names, IDs, URLs, and logos
  • Remote Work Detection: Identifies remote work opportunities

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete CV Library search URL to scrape
maxItemsintegerNoMaximum number of jobs to fetch

Output

The output is a main list of job objects, each containing:

  • searchUrl: The original search URL used
  • jobId: Unique identifier for the job
  • jobTitle: Title of the job position
  • jobUrl: URL to the job detail page
  • companyName: Name of the hiring company
  • companyId: Unique identifier for the company
  • companyUrl: URL to the company profile
  • logoUrl: URL of the company logo
  • postedDate: Date when the job was posted
  • salary: Salary information for the position
  • location: Job location
  • jobType: Type of employment (e.g., Permanent, Contract)
  • isRemote: Whether the job offers remote work
  • description: Job description or excerpt
  • applyUrl: URL to apply for the job
  • scrapedAt: Timestamp of when the job was scraped

Example output:

[
{
"searchUrl": "https://www.cv-library.co.uk/ai-jobs?us=1",
"jobId": "224280992",
"jobTitle": "AI Consultant",
"jobUrl": "https://www.cv-library.co.uk/job/224280992/AI-Consultant?hlkw=ai&sid=5b255cb8-6e0a-4a10-8bec-2b37357fb018",
"companyName": "Tenth Revolution Group",
"companyId": "426541",
"companyUrl": "https://www.cv-library.co.uk/list-jobs/426541/Tenth-Revolution-Group",
"logoUrl": "https://www.cv-library.co.uk/logo/big/b782b7e60d9946e18ce02a382bf39118",
"postedDate": "2025-11-03T11:28:12Z",
"salary": "£60,000 - £70,000/annum",
"location": "City of London, London",
"jobType": "Permanent",
"isRemote": true,
"description": "Technical Consultant - AI Engineer - Remote-first - Up to £70,000. Are you passionate about AI and eager to help businesses unlock their full potential? We're working with a forward-thinking, leading Microsoft Cloud partner tech consultancy that's looking for a talented AI …",
"applyUrl": "https://www.cv-library.co.uk/job/224280992/AI-Consultant/apply?sid=5b255cb8-6e0a-4a10-8bec-2b37357fb018",
"scrapedAt": "2025-11-19T06:08:43.310Z"
},
...
]

Use Cases

  • Job market research and analysis
  • Salary benchmarking and comparison
  • Company hiring trend analysis
  • Remote work opportunity tracking
  • Recruitment and talent sourcing

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All job information is extracted directly from the search results
  • Company logos and details are included when available
  • Remote work status is automatically detected