Total Jobs Scraper
Pricing
Pay per usage
Total Jobs Scraper
Introducing the Total Jobs Scraper, a lightweight actor designed to efficiently extract job listings from Total Jobs. Fast and user-friendly. For optimal performance and to ensure reliable data collection, the use of residential proxies is strongly recommended. Start gathering job data today!
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Shahid Irfan
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
π― Totaljobs Job Scraper - Complete Job Data Extraction
π Why Choose Totaljobs Job Scraper?
Totaljobs Job Scraper is your complete solution for automated job data extraction from one of the UK's largest job boards. Whether you're building a job search platform, conducting market research, or gathering recruitment intelligence, this scraper delivers structured, comprehensive job data with enterprise-grade reliability.
β¨ Key Benefits
- π Complete Data Coverage - Extract titles, companies, locations, salaries, descriptions, and metadata
- π Intelligent Automation - Handles pagination, retries, and anti-bot measures automatically
- β‘ High Performance - Optimized for speed with smart rate limiting and session management
- π‘οΈ Enterprise Ready - Built-in proxy rotation and error handling for reliable operation
- π Scalable - Process thousands of jobs with configurable limits and filtering
- π― Flexible Search - Keyword, location, and category-based job discovery
π Quick Start
Basic Job Search
{"keyword": "software engineer","location": "London","results_wanted": 100}
Advanced Configuration
{"keyword": "data scientist","location": "Manchester","results_wanted": 500,"collectDetails": true,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
π― Ready to scrape? Start your first run now!
π Features
π₯ Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | No | "admin" | Primary search term (e.g., "software engineer", "marketing manager") |
location | string | No | "" | Geographic filter (e.g., "London", "Manchester", "Birmingham") |
category | string | No | "" | Job category or industry filter |
startUrl | string | No | - | Custom Totaljobs URL to begin scraping |
url | string | No | - | Alternative custom URL parameter |
results_wanted | integer | No | 100 | Target number of jobs to collect (1-10000) |
max_pages | integer | No | 10 | Maximum search pages to process |
collectDetails | boolean | No | true | Fetch full job descriptions from detail pages |
proxyConfiguration | object | No | - | Proxy settings for enhanced reliability |
π§ Configuration Examples
Entry-Level Jobs Search
{"keyword": "graduate","location": "London","results_wanted": 200,"max_pages": 15}
Senior Management Positions
{"keyword": "director","category": "management","results_wanted": 50,"collectDetails": true}
Custom URL Scraping
{"startUrl": "https://www.totaljobs.com/jobs/it","results_wanted": 300,"max_pages": 20}
Large-Scale Data Collection
{"keyword": "engineer","results_wanted": 1000,"max_pages": 50,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "GB"}}
π€ Output Data Schema
The scraper produces structured JSON records optimized for data analysis and integration.
Core Job Fields
| Field | Type | Description | Example |
|---|---|---|---|
title | string | Job position title | "Senior Software Engineer" |
company | string | Hiring organization | "TechCorp Solutions Ltd" |
location | string | Job location details | "London, Greater London" |
salary | string | Compensation information | "Β£50,000 - Β£70,000 per annum" |
date_posted | string | Posting timestamp | "2 days ago" |
job_url | string | Direct job link | "https://www.totaljobs.com/job/..." |
Extended Information
| Field | Type | Description | Example |
|---|---|---|---|
job_type | string | Employment type | "Full-time" |
job_category | string | Industry category | "Information Technology" |
description_html | string | Full HTML description | "<div><p>We are seeking..." |
description_text | string | Plain text description | "We are seeking a talented..." |
π Sample Output Record
{"title": "Senior Full Stack Developer","company": "Digital Innovations Ltd","location": "Manchester, Greater Manchester","salary": "Β£45,000 - Β£65,000 per annum","date_posted": "1 day ago","job_type": "Full-time","job_category": "Information Technology","description_html": "<div><p>Join our dynamic team as a Senior Full Stack Developer...</p></div>","description_text": "Join our dynamic team as a Senior Full Stack Developer...","job_url": "https://www.totaljobs.com/job/senior-full-stack-developer/digital-innovations-job12345"}
π― Usage Examples
Basic API Integration
REST API Access
# Get results as JSONcurl "https://api.apify.com/v2/acts/YOUR-ACTOR-ID/runs/YOUR-RUN-ID/dataset/items?format=json"# Export as CSVcurl "https://api.apify.com/v2/acts/YOUR-ACTOR-ID/runs/YOUR-RUN-ID/dataset/items?format=csv"
Python Integration
import requests# Fetch job dataresponse = requests.get('https://api.apify.com/v2/acts/YOUR-ACTOR-ID/runs/YOUR-RUN-ID/dataset/items?format=json',params={'token': 'YOUR-API-TOKEN'})jobs = response.json()# Process and analyzefor job in jobs:print(f"π {job['title']} at {job['company']}")print(f"π Location: {job['location']}")print(f"π° Salary: {job['salary']}")print("---")
JavaScript/Node.js
const Apify = require('apify');async function processJobs() {const run = await Apify.call('YOUR-ACTOR-ID', {keyword: 'javascript developer',location: 'London',results_wanted: 50});const dataset = await Apify.openDataset(run.defaultDatasetId);const jobs = await dataset.getData().then(data => data.items);jobs.forEach(job => {console.log(`${job.title} - ${job.company} (${job.location})`);});}processJobs();
βοΈ Advanced Configuration
Proxy Settings for Scale
{"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "GB"}}
Performance Optimization
| Setting | Recommended | Description |
|---|---|---|
results_wanted | 100-500 | Balance data needs with processing time |
max_pages | 10-25 | Prevent excessive crawling |
collectDetails | true | Get complete job information |
Error Handling & Reliability
- Automatic Retries - Failed requests are retried with smart backoff
- Session Rotation - Fresh sessions prevent blocking
- Rate Limiting - Respectful delays between requests
- Circuit Breaker - Automatic failure detection and recovery
πΌ Use Cases & Applications
π― Recruitment & HR
- Talent Pipeline Building - Identify qualified candidates across regions
- Market Intelligence - Track job market trends and salary ranges
- Competitor Analysis - Monitor hiring patterns of industry peers
π Market Research
- Industry Analysis - Study job market demand by sector and location
- Salary Benchmarking - Compare compensation across roles and companies
- Geographic Insights - Understand regional job market dynamics
π€ Automation & Integration
- Job Board Aggregation - Combine data from multiple sources
- Alert Systems - Monitor new job postings in specific areas
- Data Enrichment - Enhance CRM and applicant tracking systems
π Business Intelligence
- Workforce Planning - Forecast hiring needs based on market data
- Economic Indicators - Track employment trends and opportunities
- Career Development - Identify in-demand skills and roles
π Compliance & Best Practices
Responsible Scraping
- Rate Limiting - Built-in delays respect website performance
- Session Management - Mimics human browsing patterns
- Error Recovery - Graceful handling of temporary issues
Data Usage Guidelines
- Terms Compliance - Adhere to Totaljobs.com terms of service
- Privacy Respect - Handle personal data appropriately
- Legal Compliance - Ensure usage complies with applicable laws
Performance Considerations
- Resource Management - Efficient memory and network usage
- Scalability - Designed for high-volume data collection
- Monitoring - Comprehensive logging and error tracking
π Support & Resources
Getting Help
- π§ Support - Contact via Apify platform for technical assistance
- π Bug Reports - Report issues through the Apify console
- π‘ Feature Requests - Suggest improvements and new capabilities
Documentation
- π API Reference - Complete parameter and output documentation
- π― Examples - Sample configurations for common use cases
- π§ Configuration Guide - Advanced setup and optimization tips
Updates & Maintenance
- π Regular Updates - Continuous improvements and compatibility updates
- π’ Changelog - Track new features and bug fixes
- π‘οΈ Reliability - Enterprise-grade stability and performance