CV Library Jobs Scraper
Pricing
$19.99/month + usage
Go to Apify Store

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
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete CV Library search URL to scrape |
maxItems | integer | No | Maximum number of jobs to fetch |
Output
The output is a main list of job objects, each containing:
searchUrl: The original search URL usedjobId: Unique identifier for the jobjobTitle: Title of the job positionjobUrl: URL to the job detail pagecompanyName: Name of the hiring companycompanyId: Unique identifier for the companycompanyUrl: URL to the company profilelogoUrl: URL of the company logopostedDate: Date when the job was postedsalary: Salary information for the positionlocation: Job locationjobType: Type of employment (e.g., Permanent, Contract)isRemote: Whether the job offers remote workdescription: Job description or excerptapplyUrl: URL to apply for the jobscrapedAt: 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