Reed Jobs Search Scraper
Pricing
from $2.99 / 1,000 reed job records
Reed Jobs Search Scraper
Scrape job listings from Reed.co.uk, one of the UK's largest job boards. Extract job titles, companies, locations, salary ranges, and job types for UK recruitment intelligence and market analysis.
Pricing
from $2.99 / 1,000 reed job records
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
An Apify Actor that scrapes publicly listed job postings from Reed - Scrape rich, validated job records from Reed.co.uk using Chrome and the site's structured search and job-detail data..
The Actor navigates Reed's public job-search results, opens each result detail page to enrich the record, normalises everything into a single rich structured schema, and pushes one record per job into the Actor's default dataset for download or downstream integration.
Table of Contents
- What is Reed?
- What does the Actor scrape?
- Main target URL
- Input schema
- Output / dataset schema
- Example input
- Example output record
- Responsible use
- Related jobs scrapers
What is Reed?
Reed is Scrape rich, validated job records from Reed.co.uk using Chrome and the site's structured search and job-detail data.
This Actor targets Reed's public job-search results and enriches each result with the canonical Reed detail page.
What does the Actor scrape?
Scrape rich, validated job records from Reed.co.uk using Chrome and the site's structured search and job-detail data.
The actor maps listing fields such as:
jobIdtitlecompanycompanyIdcompanyProfileIdcompanyUrlcompanyLogoUrllocationcitycounty
Main target URL
The primary target is configured in source code.
Request modifiers come from fields: mode, query, location, salaryMin, salaryMax, contractType, remoteWorkingOption, startUrls, maxItems, maxConcurrency, maxRequestRetries, headless, proxyConfiguration.
Input schema
The Actor accepts the following input (defined in .actor/input_schema.json):
| Field | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
mode | enum(search, jobUrls) | Yes | "search" | one of: search, jobUrls | Search Reed or scrape supplied Reed job URLs. |
query | string | No | "developer" | - | Role or keyword, such as developer or project manager. |
location | string | No | - | - | Town, county, region, or UK postcode. |
salaryMin | integer | No | - | >= 0 | Only save jobs with an advertised minimum salary at or above this amount. |
salaryMax | integer | No | - | >= 0 | Only save jobs with an advertised maximum salary at or below this amount. |
contractType | enum(any, permanent, contract, temporary) | No | "any" | one of: any, permanent, contract, temporary | Optionally restrict results to permanent, contract, or temporary jobs. |
remoteWorkingOption | enum(any, remote, hybrid, onSite) | No | "any" | one of: any, remote, hybrid, onSite | Optionally restrict results to remote, hybrid, or on-site roles. |
startUrls | array | No | [] | - | Direct Reed job URLs used in Job URLs mode. |
maxItems | integer | Yes | 50 | >= 1; <= 500 | Maximum number of complete job records to save. |
maxConcurrency | integer | No | 1 | >= 1; <= 4 | Number of Chrome pages processed at the same time. |
maxRequestRetries | integer | No | 2 | >= 0; <= 5 | Maximum retries for a failed page request. |
headless | boolean | No | true | - | Disable to observe Chrome during local debugging. |
proxyConfiguration | object | No | - | - | Optional Apify proxy configuration for blocked networks. |
Example input
{"mode": "search","maxItems": 50,"query": "developer","location": "London","salaryMin": 0,"salaryMax": 0,"contractType": "any","remoteWorkingOption": "any","startUrls": [],"maxConcurrency": 1,"maxRequestRetries": 2,"headless": true,"proxyConfiguration": {}}
Output / dataset schema
Each record follows .actor/dataset_schema.json and includes the properties below.
| Field | Type | Required |
|---|---|---|
jobId | string | Yes |
title | string | Yes |
company | string | Yes |
companyId | string | No |
companyProfileId | string | No |
companyUrl | string | No |
companyLogoUrl | string | No |
location | string | Yes |
city | string | No |
county | string | No |
region | string | No |
country | string | No |
countryCode | string | No |
postalCode | string | No |
remoteWorkingOption | string | No |
remote | boolean | No |
salary | string | No |
salaryMin | number | No |
salaryMax | number | No |
salaryCurrency | string | No |
salaryPeriod | string | No |
baseSalary | object | No |
employmentTypes | array | No |
contractType | string | No |
workingHours | string | No |
sector | string | No |
sectorParent | string | No |
taxonomy | string | No |
breadcrumbs | array | No |
description | string | Yes |
descriptionHtml | string | Yes |
descriptionSections | object | No |
responsibilities | string | No |
requirements | string | No |
desirableSkills | string | No |
benefits | string | No |
eligibilityToWorkInUk | boolean | No |
applicationEligibility | string | No |
coverLetterPreference | string | No |
publishedDate | string | No |
modifiedDate | string | No |
expirationDate | string | No |
nextRefreshDate | string | No |
isLive | boolean | No |
isAgency | boolean | No |
isEmployer | boolean | No |
isReed | boolean | No |
isFeatured | boolean | No |
isPromoted | boolean | No |
isEarlyBird | boolean | No |
isEasyApply | boolean | No |
applicationUrl | string | No |
metaDescription | string | No |
socialImageUrl | string | No |
listingSummary | string | No |
jobUrl | string | Yes |
searchQuery | string | No |
searchLocation | string | No |
searchUrl | string | Yes |
searchPage | integer | Yes |
searchResultsCount | integer | No |
searchResultRank | integer | Yes |
source | string | Yes |
sourceDomain | string | Yes |
scrapedAt | string | Yes |
Example output record
{"jobId": "57002409","title": "Software Developer","company": "Matchtech","companyId": "437172","companyProfileId": "19617","companyUrl": "https://www.reed.co.uk/jobs/matchtech-19617/p19617","companyLogoUrl": "https://www.reed.co.uk/logos/Logo_19617.png","location": "Dorking, Surrey, United Kingdom","city": "Dorking","county": "Surrey","region": "South East England","country": "United Kingdom","countryCode": "GB","remoteWorkingOption": "onSite","remote": false,"salary": "£ 45,000 - £ 65,000 per annum","salaryMin": 45000,"salaryMax": 65000,"salaryCurrency": "GBP","salaryPeriod": "per annum","baseSalary": {"@type": "MonetaryAmount","currency": "GBP","value": {"@type": "QuantitativeValue","minValue": 45000,"maxValue": 65000,"unitText": "YEAR"}},"employmentTypes": ["FULL_TIME"],"contractType": "Permanent","workingHours": "Full-time","sector": "Analyst Prog/Dev","sectorParent": "IT & Telecoms","taxonomy": "Occupation/KD: Information Technology/Developer/Software Developer","breadcrumbs": ["Information Technology","Developer","Software Developer"],"description": "Successful candidate must hold a minimum of SC clearance and be willing to undergo DV (Developed Vetting) clearance. More information can be found here - National security vetting: clearance levels - GOV.UK () Our client, a leading consultancy in the Defence & Security sector, is currently seeking an experienced Software Developer to join their team on a permanent basis, based in Leatherhead. Key Responsibilities:Design, develop, and maintain high-quality software components using Java and C++, with a focus on robustness, performance, and maintainability Implement and extend code that interacts with a flexible integration framework for solver coupling and data exchange Work closely with clients, domain scientists, and computational engineers-often on-site-to understand requirements and translate them into effective software solutions Contribute to defining and evolving software architecture, balancing performance, scalability, and long-term maintainability Write clean, well-documented, and testable code in line with scientific software development best practices Participate regularly in code reviews, debugging sessions, and performance profiling to improve code quality across the team Support and mentor junior developers through technical guidance, constructive review, and knowledge sharing Over time, take on increasing responsibility for guiding technical direction and contributing to the planning, delivery and management of project work Help develop client relationships and contribute to development of new business, such as through writing effective proposals Thrive in a consultancy environment solving real-world, high-consequence challenges Job Requirements:Professional experience developing software in Java and C++ Practical experience applying object-oriented design principles and modular software architectures Familiarity with collaborative development practices, including Git and CI/CD pipelines Experience working across the full software development lifecycle, including design, implementation, testing, and maintenance Knowledge of software testing techniques and a commitment to writing reliable, maintainable code Solid analytical and problem-solving skills, with the ability to work effectively both independently and as part of a multidisciplinary team The confidence and communication skills to work directly with clients and technical stakeholders Sole UK nationality, due to the nature of the work Desirable Skills:Experience writing unit tests using JUnit and Google Test Frameworks Solid understanding of numerical methods and scientific computing principles Background in physics, applied mathematics, or engineering Experience in development with Fortran 90 Experience in SQL database development Experience using the Java Spring framework Experience working in the defence sector Benefits:Competitive salary with yearly reviews 25 days holiday + the opportunity to buy 5 days A company with its heart in the right place and a welcoming work culture Happy to talk flexible working Enhanced parental benefits Company pension scheme Targeted professional development Life assurance Private healthcare membership Bonus scheme linked to company performance Paid membership fees to a professional institution Support in attaining professional membership Cycle to work scheme Season rail ticket loan Additional optional benefits tailored to your personal requirements If you are an experienced Software Developer seeking a new challenge and wish to further develop your technical and leadership skills, we would love to hear from you. Apply now to join our client's impactful and dynamic team.","descriptionHtml": "<p><strong>Successful candidate must hold a minimum of SC clearance</strong> and be willing to undergo<strong> DV (Developed Vetting)</strong> clearance. More information can be found here - National security vetting: clearance levels - GOV.UK ()<br><br><br>Our client, a leading consultancy in the Defence & Security sector, is currently seeking an experienced Software Developer to join their team on a permanent basis, based in Leatherhead.</p><strong>Key Responsibilities:</strong><ul><li>Design, develop, and maintain high-quality software components using Java and C++, with a focus on robustness, performance, and maintainability</li><li>Implement and extend code that interacts with a flexible integration framework for solver coupling and data exchange</li><li>Work closely with clients, domain scientists, and computational engineers-often on-site-to understand requirements and translate them into effective software solutions</li><li>Contribute to defining and evolving software architecture, balancing performance, scalability, and long-term maintainability</li><li>Write clean, well-documented, and testable code in line with scientific software development best practices</li><li>Participate regularly in code reviews, debugging sessions, and performance profiling to improve code quality across the team</li><li>Support and mentor junior developers through technical guidance, constructive review, and knowledge sharing</li><li>Over time, take on increasing responsibility for guiding technical direction and contributing to the planning, delivery and management of project work</li><li>Help develop client relationships and contribute to development of new business, such as through writing effective proposals</li><li>Thrive in a consultancy environment solving real-world, high-consequence challenges</li></ul><strong>Job Requirements:</strong><ul><li>Professional experience developing software in Java and C++</li><li>Practical experience applying object-oriented design principles and modular software architectures</li><li>Familiarity with collaborative development practices, including Git and CI/CD pipelines</li><li>Experience working across the full software development lifecycle, including design, implementation, testing, and maintenance</li><li>Knowledge of software testing techniques and a commitment to writing reliable, maintainable code</li><li>Solid analytical and problem-solving skills, with the ability to work effectively both independently and as part of a multidisciplinary team</li><li>The confidence and communication skills to work directly with clients and technical stakeholders</li><li>Sole UK nationality, due to the nature of the work</li></ul><strong>Desirable Skills:</strong><ul><li>Experience writing unit tests using JUnit and Google Test Frameworks</li><li>Solid understanding of numerical methods and scientific computing principles</li><li>Background in physics, applied mathematics, or engineering</li><li>Experience in development with Fortran 90</li><li>Experience in SQL database development</li><li>Experience using the Java Spring framework</li><li>Experience working in the defence sector</li></ul><strong>Benefits:</strong><ul><li>Competitive salary with yearly reviews</li><li>25 days holiday + the opportunity to buy 5 days</li><li>A company with its heart in the right place and a welcoming work culture</li><li>Happy to talk flexible working</li><li>Enhanced parental benefits</li><li>Company pension scheme</li><li>Targeted professional development</li><li>Life assurance</li><li>Private healthcare membership</li><li>Bonus scheme linked to company performance</li><li>Paid membership fees to a professional institution</li><li>Support in attaining professional membership</li><li>Cycle to work scheme</li><li>Season rail ticket loan</li><li>Additional optional benefits tailored to your personal requirements</li></ul><p><br>If you are an experienced Software Developer seeking a new challenge and wish to further develop your technical and leadership skills, we would love to hear from you. Apply now to join our client's impactful and dynamic team. </p>","descriptionSections": {"key_responsibilities": "Design, develop, and maintain high-quality software components using Java and C++, with a focus on robustness, performance, and maintainability Implement and extend code that interacts with a flexible integration framework for solver coupling and data exchange Work closely with clients, domain scientists, and computational engineers-often on-site-to understand requirements and translate them into effective software solutions Contribute to defining and evolving software architecture, balancing performance, scalability, and long-term maintainability Write clean, well-documented, and testable code in line with scientific software development best practices Participate regularly in code reviews, debugging sessions, and performance profiling to improve code quality across the team Support and mentor junior developers through technical guidance, constructive review, and knowledge sharing Over time, take on increasing responsibility for guiding technical direction and contributing to the planning, delivery and management of project work Help develop client relationships and contribute to development of new business, such as through writing effective proposals Thrive in a consultancy environment solving real-world, high-consequence challenges","job_requirements": "Professional experience developing software in Java and C++ Practical experience applying object-oriented design principles and modular software architectures Familiarity with collaborative development practices, including Git and CI/CD pipelines Experience working across the full software development lifecycle, including design, implementation, testing, and maintenance Knowledge of software testing techniques and a commitment to writing reliable, maintainable code Solid analytical and problem-solving skills, with the ability to work effectively both independently and as part of a multidisciplinary team The confidence and communication skills to work directly with clients and technical stakeholders Sole UK nationality, due to the nature of the work","desirable_skills": "Experience writing unit tests using JUnit and Google Test Frameworks Solid understanding of numerical methods and scientific computing principles Background in physics, applied mathematics, or engineering Experience in development with Fortran 90 Experience in SQL database development Experience using the Java Spring framework Experience working in the defence sector","benefits": "Competitive salary with yearly reviews 25 days holiday + the opportunity to buy 5 days A company with its heart in the right place and a welcoming work culture Happy to talk flexible working Enhanced parental benefits Company pension scheme Targeted professional development Life assurance Private healthcare membership Bonus scheme linked to company performance Paid membership fees to a professional institution Support in attaining professional membership Cycle to work scheme Season rail ticket loan Additional optional benefits tailored to your personal requirements If you are an experienced Software Developer seeking a new challenge and wish to further develop your technical and leadership skills, we would love to hear from you. Apply now to join our client's impactful and dynamic team."},"responsibilities": "Design, develop, and maintain high-quality software components using Java and C++, with a focus on robustness, performance, and maintainability Implement and extend code that interacts with a flexible integration framework for solver coupling and data exchange Work closely with clients, domain scientists, and computational engineers-often on-site-to understand requirements and translate them into effective software solutions Contribute to defining and evolving software architecture, balancing performance, scalability, and long-term maintainability Write clean, well-documented, and testable code in line with scientific software development best practices Participate regularly in code reviews, debugging sessions, and performance profiling to improve code quality across the team Support and mentor junior developers through technical guidance, constructive review, and knowledge sharing Over time, take on increasing responsibility for guiding technical direction and contributing to the planning, delivery and management of project work Help develop client relationships and contribute to development of new business, such as through writing effective proposals Thrive in a consultancy environment solving real-world, high-consequence challenges","requirements": "Professional experience developing software in Java and C++ Practical experience applying object-oriented design principles and modular software architectures Familiarity with collaborative development practices, including Git and CI/CD pipelines Experience working across the full software development lifecycle, including design, implementation, testing, and maintenance Knowledge of software testing techniques and a commitment to writing reliable, maintainable code Solid analytical and problem-solving skills, with the ability to work effectively both independently and as part of a multidisciplinary team The confidence and communication skills to work directly with clients and technical stakeholders Sole UK nationality, due to the nature of the work","desirableSkills": "Experience writing unit tests using JUnit and Google Test Frameworks Solid understanding of numerical methods and scientific computing principles Background in physics, applied mathematics, or engineering Experience in development with Fortran 90 Experience in SQL database development Experience using the Java Spring framework Experience working in the defence sector","benefits": "Competitive salary with yearly reviews 25 days holiday + the opportunity to buy 5 days A company with its heart in the right place and a welcoming work culture Happy to talk flexible working Enhanced parental benefits Company pension scheme Targeted professional development Life assurance Private healthcare membership Bonus scheme linked to company performance Paid membership fees to a professional institution Support in attaining professional membership Cycle to work scheme Season rail ticket loan Additional optional benefits tailored to your personal requirements If you are an experienced Software Developer seeking a new challenge and wish to further develop your technical and leadership skills, we would love to hear from you. Apply now to join our client's impactful and dynamic team.","eligibilityToWorkInUk": false,"coverLetterPreference": "None","publishedDate": "2026-06-09T16:11:30.287","modifiedDate": "2026-06-21T16:17:16.907","expirationDate": "2026-07-21T23:55:00","nextRefreshDate": "2026-06-21T16:11:30","isLive": true,"isAgency": true,"isEmployer": false,"isReed": false,"isFeatured": true,"isPromoted": false,"isEarlyBird": false,"isEasyApply": false,"applicationUrl": "https://www.reed.co.uk/jobs/software-developer/57002409","metaDescription": "Apply for this Permanent full-time, Software Developer job in Dorking on Reed.co.uk, the UK's #1 job site.","socialImageUrl": "https://resources.reed.co.uk/cdn/web-jobseeker-jobs/20260716.22/images/reed-og-image-2021.png","listingSummary": "Successful candidate must hold a minimum of SC clearance and be willing to undergo DV (Developed Vetting) clearance. More information can be found...","searchQuery": "developer","searchUrl": "https://www.reed.co.uk/jobs/developer-jobs?q=developer&salaryFrom=30000","searchPage": 1,"searchResultsCount": 3372,"searchResultRank": 1,"jobUrl": "https://www.reed.co.uk/jobs/software-developer/57002409","source": "Reed.co.uk","sourceDomain": "reed.co.uk","scrapedAt": "2026-07-21T20:57:21.148Z"}
Responsible use
Only collect publicly available job information. Respect Reed's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through. Do not use this Actor to scrape authenticated pages, to bypass paywalls, or to harvest personal data of candidates or recruiters.
Related jobs scrapers
This Actor is part of the jobsapi organisation on Apify — a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under apify.com/jobsapi/<actor-name> and is published from a sibling folder in this workspace.
The full catalogue of jobs scrapers in this workspace:
Global / multi-country
- indeed-jobs-search-scraper — Indeed
- linkedin-jobs-search-scraper — LinkedIn
- google-jobs-search-scraper — Google Jobs
- glassdoor-jobs-search-scraper — Glassdoor
- monster-jobs-search-scraper — Monster
- ziprecruiter-jobs-search-scraper — ZipRecruiter
- simplyhired-jobs-search-scraper — SimplyHired
- adzuna-jobs-search-scraper — Adzuna
- jooble-jobs-search-scraper — Jooble
- jora-jobs-search-scraper — Jora
- careerjet-jobs-search-scraper — Careerjet
- multi-ats-jobs-search-scraper — multi-ATS aggregator
- workable-jobs-search-scraper — Workable
- workday-jobs-search-scraper — Workday-powered career sites
Remote / flexible
- remoteok-jobs-search-scraper — RemoteOK
- we-work-remotely-jobs-search-scraper — We Work Remotely
- remotive-jobs-search-scraper — Remotive
- remote-co-jobs-search-scraper — Remote.co
- flexjobs-jobs-search-scraper — FlexJobs
- upwork-jobs-search-scraper — Upwork
United States
- usajobs-jobs-search-scraper — USAJobs
- dice-com-jobs-search-scraper — Dice
- builtin-jobs-search-scraper — Built In
- governmentjobs-jobs-search-scraper — GovernmentJobs
- handshake-jobs-search-scraper — Handshake
- higheredjobs-jobs-search-scraper — HigherEdJobs
- hcareers-jobs-search-scraper — HCareers
- idealist-jobs-search-scraper — Idealist
- jobcase-jobs-search-scraper — Jobcase
- snagajob-jobs-search-scraper — Snagajob
- themuse-jobs-search-scraper — The Muse
- wellfound-jobs-search-scraper — Wellfound (AngelList Talent)
- tes-jobs-search-scraper — TES
- practicelink-jobs-search-scraper — PracticeLink
- civilservice-jobs-search-scraper — Civil Service
United Kingdom & Ireland
- reed-jobs-search-scraper — Reed
- totaljobs-jobs-search-scraper — Totaljobs
- cv-library-jobs-search-scraper — CV-Library
- jobsite-jobs-search-scraper — Jobsite
- jobs-ac-uk-jobs-search-scraper — Jobs.ac.uk
- guardian-jobs-search-scraper — Guardian Jobs
- irishjobs-jobs-search-scraper — IrishJobs
- nhs-jobs-search-scraper — NHS Jobs
- tes-jobs-search-scraper — TES
Europe
- apec-jobs-search-scraper — APEC (France, executive roles)
- cadremploi-jobs-search-scraper — Cadremploi (France)
- meteojob-jobs-search-scraper — Meteojob (France)
- hellowork-jobs-search-scraper — Hellowork (France)
- francetravail-jobs-search-scraper — France Travail (France)
- michaelpage-jobs-search-scraper — Michael Page
- manpower-jobs-search-scraper — Manpower
- randstad-jobs-search-scraper — Randstad
- roberthalf-jobs-search-scraper — Robert Half
- akkodis-jobs-search-scraper — Akkodis
- stepstone-jobs-search-scraper — Stepstone (DE/EU)
- arbeitsagentur-jobs-search-scraper — Arbeitsagentur (Germany)
- xing-jobs-search-scraper — Xing
- karriere-at-jobs-search-scraper — Karriere.at (Austria)
- jobs-ch-jobs-search-scraper — Jobs.ch (Switzerland)
- pracuj-pl-jobs-search-scraper — Pracuj.pl (Poland)
- nofluffjobs-jobs-search-scraper — No Fluff Jobs
- jobindex-jobs-search-scraper — Jobindex (Denmark)
- finn-no-jobs-search-scraper — FINN.no (Norway)
- infojobs-jobs-search-scraper — InfoJobs (Spain/Italy/Portugal)
- eluta-jobs-search-scraper — Eluta.ca (Canada)
- jobbank-jobs-search-scraper — Job Bank (Canada)
- jobillico-jobs-search-scraper — Jobillico (Canada)
- eures-jobs-search-scraper — EURES (EU)
- vdab-jobs-search-scraper — VDAB (Belgium)
- kariyer-net-jobs-search-scraper — Kariyer.net (Türkiye)
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- caterer-jobs-search-scraper — Caterer.com (hospitality, UK/EU)
India
- naukri-jobs-search-scraper — Naukri
- foundit-jobs-search-scraper — Foundit (Monster India)
- timesjobs-jobs-search-scraper — TimesJobs
- shine-com-jobs-search-scraper — Shine
- internshala-jobs-search-scraper — Internshala
- freshersworld-jobs-search-scraper — Freshersworld
- hirist-jobs-search-scraper — Hirist
- instahyre-jobs-search-scraper — Instahyre
- iimjobs-jobs-search-scraper — IIMJobs
- cutshort-jobs-search-scraper — Cutshort
- workindia-jobs-search-scraper — WorkIndia
- quikr-jobs-search-scraper — Quikr Jobs
- unstop-jobs-search-scraper — Unstop (Dare2Compete)
- apna-jobs-search-scraper — Apna
- employmentnews-jobs-search-scraper — Employment News
- ibps-recruitment-jobs-search-scraper — IBPS recruitment
- ssc-recruitment-jobs-search-scraper — SSC recruitment
- rrb-recruitment-jobs-search-scraper — RRB recruitment
- upsc-recruitment-jobs-search-scraper — UPSC recruitment
- freejobalert-jobs-search-scraper — FreeJobAlert
- tnprivatejobs-jobs-search-scraper — TN Private Jobs
Asia-Pacific
- jobkorea-jobs-search-scraper — JobKorea (Korea)
- saramin-jobs-search-scraper — Saramin (Korea)
- daijob-jobs-search-scraper — Daijob (Japan)
- gaijinpot-jobs-search-scraper — GaijinPot (Japan)
- jobsdb-sg-jobs-search-scraper — JobsDB (Hong Kong / SEA)
- jobstreet-jobs-search-scraper — JobStreet (SEA)
- mycareersfuture-jobs-search-scraper — MyCareersFuture (Singapore)
- glints-jobs-search-scraper — Glints (SEA)
- himalayas-jobs-search-scraper — Himalayas
- vietnamworks-jobs-search-scraper — VietnamWorks
- conzultalent-jobs-search-scraper — Conzultalent
MENA
- bayt-jobs-search-scraper — Bayt.com
- gulftalent-jobs-search-scraper — GulfTalent
- wuzzuf-jobs-search-scraper — Wuzzuf (Egypt)
- naukrigulf-jobs-search-scraper — NaukriGulf
- hh-ru-jobs-search-scraper — hh.ru (Russia)
Latin America
- computrabajo-jobs-search-scraper — Computrabajo
- bumeran-jobs-search-scraper — Bumeran
- occ-mundial-jobs-search-scraper — OCC Mundial
- zonajobs-jobs-search-scraper — ZonaJobs
- laborum-jobs-search-scraper — Laborum
- catho-jobs-search-scraper — Catho (Brazil)
- gupy-jobs-search-scraper — Gupy (Brazil)
- infojobs-jobs-search-scraper — InfoJobs (Brazil)
- olx-jobs-search-scraper — OLX Jobs
Africa
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- career-jobs-search-scraper — Career (South Africa)
- ejobs-ro-jobs-search-scraper — eJobs.ro (Romania)
- ncs-jobs-search-scraper — NCS
- trademe-jobs-search-scraper — Trade Me Jobs (New Zealand)
- seek-jobs-search-scraper — SEEK (AU/NZ)
- workforce-australia-jobs-search-scraper — Workforce Australia
Other / specialised
- dice-com-jobs-search-scraper — Dice (tech, US)
- efinancialcareers-jobs-search-scraper — eFinancialCareers
- apsjobs-jobs-search-scraper — APS Jobs
- talent-jobs-search-scraper — Talent
- jungle-jobs-search-scraper — Jungle.co (creative / tech)
- wuzzuf-jobs-search-scraper — Wuzzuf
Browse the full catalogue at apify.com/jobsapi.
Reliability, cloud execution, and privacy
The Actor runs locally and on Apify with bounded search pages and navigation attempts, optional Apify Proxy routing, strict Reed URL and detail-identity checks, job-only dataset output, and four auditable run-state records. Email addresses and phone numbers are recursively redacted from emitted text, all output URL fields are HTTPS, and incomplete or mismatched details are omitted with structured diagnostics.