Totaljobs Scraper — UK Jobs with Salary & Full Details avatar

Totaljobs Scraper — UK Jobs with Salary & Full Details

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Totaljobs Scraper — UK Jobs with Salary & Full Details

Totaljobs Scraper — UK Jobs with Salary & Full Details

Extract job listings from Totaljobs.com. Search by keyword and location across the UK. Returns structured job data including title, company, salary, location, and publication date. No API key needed.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

5 days ago

Last modified

Share

Totaljobs Job Scraper

Totaljobs Job Scraper

Extract job listings from totaljobs.com at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.


Why this scraper?

🎯 Built for the United Kingdom

A dedicated British scraper, not a global tool with a country dropdown. Search, locations and currency (GBP) are tuned for totaljobs.com.

📄 Complete job data

Full job title and description, direct listing URL and publish date for every record.

💶 Salary data

Salary information parsed from the listing where the employer publishes it, in GBP. Missing salaries are returned as null, never guessed.

🏢 Company details

Hiring company name plus the profile details the source publishes, such as logo and company page.

📍 Location fields

Structured location data for every listing, ready for filtering and analysis.

🔁 Repost & change detection

Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.


Input parameters

ParameterTypeDefaultDescription
searchQuerystring"developer"Job title, skill, or keyword to search for.
locationstring(empty)City, postcode, or area to search in.
daysOldinteger(empty)Only return jobs posted within this many days. Leave empty for all jobs.
skipRepostsboolean(empty)Exclude jobs already seen in previous runs of this actor.
fetchDetailsbooleanfalseON: fetches full job description, salary, company info, and all details. OFF: returns basic listing info only (faster, lower cost).
proxyConfigurationobject(empty)Proxy settings — RESIDENTIAL GB proxy is required for Totaljobs.
startUrlsarray(empty)Specific Totaljobs search or job detail URLs to scrape instead of using the search form.
maxItemsinteger100Maximum number of job listings to extract. Capped at 125 due to robots.txt pagination limit (5 pages × 25 results).

Output schema

Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.

FieldTypeDescription
jobIdstringUnique listing ID from the source.
titlestringJob title
urlstringDirect link to the listing
companystringHiring company name
companyIdstringCompany id.
citystringCity extracted from location string
locationstringFull location text as displayed
postCodestringPost code.
contractTypestringe.g. Permanent, Contract, Temporary
workSchedulestringe.g. Full Time, Part Time
publishDatestringDate posted as displayed on the listing
publishDateISOstringPublish date iso.
publishToDatestringPublish to date.
salaryTextstringSalary range as displayed, or null if not shown
salaryMinnumberMinimum salary (null if not published by the employer).
salaryMaxnumberMaximum salary (null if not published by the employer).
salaryPeriodstringPay period the salary refers to (e.g. year, month, hour).
salaryCurrencystringCurrency code of the salary.
isSponsoredbooleanIs sponsored.
isHighlightedbooleanIs highlighted.
sectionstringSection.
skillsstringSkills listed on the posting.
textSnippetstringText snippet.
harmonisedIdstringHarmonised id.
descriptionHtmlstringFull job description in HTML.
descriptionTextstringFull job description in plain text.
descriptionMarkdownstringDescription markdown.
isRepostbooleantrue if seen in a previous run
sourcestringAlways totaljobs.com
languagestringLanguage.
scrapedAtstringISO 8601 timestamp of when the record was collected
contentHashstringMD5 hash of normalised content for change detection

Example record

{
"jobId": "107435743",
"title": "Transcat Developer (Temenos T24)",
"url": "https://www.totaljobs.com/job/transcat-developer-temenos-t24/hireful-job107435743",
"company": "Hireful",
"companyId": "1387857",
"city": "Central London",
"location": "Central London, London",
"postCode": null,
"contractType": "Full Time",
"workSchedule": "Permanent",
"publishDate": "2026-05-29",
"publishDateISO": "2026-05-29T10:26:24.777Z",
"publishToDate": "2026-07-10",
"salaryText": "~£65,000 + Big bonus + extensive banking sector benefits package",
"salaryMin": 65000,
"salaryMax": 65000,
"salaryPeriod": "YEAR",
"salaryCurrency": "GBP",
"isSponsored": false,
"isHighlighted": false,
"section": "main",
"skills": null,
"textSnippet": "Role T24 Developer AKA T24 Technical Consultant, T24 Technical specialist, T24 Systems Analyst, Temenos Transact Developer",
"harmonisedId": "e5154031-2e42-41bf-aeb8-9ff0d6b6d8a1",
"descriptionHtml": "<article class=\"job-ad-display-17awgud\" data-genesis-element=\"CARD\" data-at=\"rebranded-version\"><div class=\"at-section-text-jobDescription-content listingContentBrandingColor job-ad-display-1b1is8w\" d …",
"descriptionText": "Fancy working for a long established international bank with amazing benefits? Work right in the heart of the west end with lots to see and do? Work with the latest verions of T24? If so we could have …",
"descriptionMarkdown": "Fancy working for a long established international bank with amazing benefits? Work right in the heart of the west end with lots to see and do? Work with the **latest verions of T24?** If so we could …",
"isRepost": false,
"source": "totaljobs.com",
"language": "en",
"scrapedAt": "2026-06-06T04:08:08.898Z",
"contentHash": "8bc0520fb84e328f"
}

Examples

Search for care assistant roles in Birmingham:

{
"searchQuery": "care assistant",
"location": "Birmingham",
"maxItems": 100
}

Only jobs from the last 3 days:

{
"searchQuery": "care assistant",
"location": "Birmingham",
"maxItems": 100,
"daysOld": 3
}

Scrape a specific search URL:

{
"startUrls": [
{
"url": "https://www.totaljobs.com/jobs/data-analyst/in-london"
}
],
"maxItems": 200
}

Daily feed (run on a schedule):

{
"searchQuery": "care assistant",
"daysOld": 1,
"skipReposts": true,
"maxItems": 500
}

Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.


💰 Pricing

$1.5 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.

ResultsCost
100~$0.15
1,000~$1.5
10,000~$15
100,000~$150

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Subscription tiers lower the rate further, down to $0.9 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Salary is only returned when the employer publishes it — many listings carry null salary fields.
  • Company details vary per listing; the scraper returns what the source publishes and never invents data.
  • Very large result sets are bounded by the source's own paging limits.
  • Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.

Technical details

  • Source: totaljobs.com — the United Kingdom job listings
  • Coverage: everything the public search exposes, filterable via the input parameters above
  • Retry: automatic retry on network errors with exponential backoff

Need a custom scraper?

Unfenced Group builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl