Adzuna Jobs Search Scraper
Pricing
from $2.99 / 1,000 job details
Adzuna Jobs Search Scraper
Scrape job listings from Adzuna, a global job search aggregator covering multiple countries. Extract job titles, companies, locations, salary ranges, contract types, and descriptions for international recruitment and job market analysis.
Pricing
from $2.99 / 1,000 job details
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
11 days ago
Last modified
Categories
Share
An Apify Actor that scrapes publicly listed job postings from Adzuna - a global job-search aggregator that mirrors and enriches listings from thousands of sources across 25+ countries.
The Actor navigates Adzuna's public job-search results pages, opens each job's 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 Adzuna?
- What does the Actor scrape?
- Main target URL
- Countries supported
- Input schema
- Output / dataset schema
- Example input
- Example output record
- Responsible use
- Related jobs scrapers
What is Adzuna?
Adzuna is a global job-search engine that aggregates listings from company career sites, recruitment agencies, and job boards into a single search experience. It exposes country-specific portals (e.g. adzuna.co.uk, adzuna.com, adzuna.de, …) and adds salary estimates, normalised categories, and a clean detail page on top of the source listings.
This Actor targets Adzuna's public job-search results pages - the result cards displayed when a candidate runs a keyword search on https://www.<adzuna-domain>/jobs/search - and enriches each card with the canonical job detail at https://www.<adzuna-domain>/jobs/details/<id>.
What does the Actor scrape?
Scrape job listings from Adzuna, a global job search aggregator covering multiple countries. Extract job titles, companies, locations, salary ranges, contract types, and descriptions for international recruitment and job market analysis.
The actor maps listing fields such as:
idtitlejobUrljobStatepostedDatedescriptionTextdescriptionHtmllocationemploymentTypeemploymentTypeText
Main target URL
The primary target is configured in source code.
Request modifiers come from fields: query, location, country, maxItems, salaryMin, salaryMax, proxyConfiguration.
Countries supported
The country input is an enum that maps to the corresponding Adzuna domain (see src/extractors/selectors.js - DOMAIN_MAP):
| Code | Country | Adzuna domain |
|---|---|---|
gb | United Kingdom | adzuna.co.uk |
us | United States | adzuna.com |
ca | Canada | adzuna.ca |
de | Germany | adzuna.de |
fr | France | adzuna.fr |
au | Australia | adzuna.com.au |
nl | Netherlands | adzuna.nl |
nz | New Zealand | adzuna.co.nz |
ie | Ireland | adzuna.ie |
za | South Africa | adzuna.co.za |
sg | Singapore | adzuna.sg |
be | Belgium | adzuna.be |
pl | Poland | adzuna.pl |
at | Austria | adzuna.at |
ch | Switzerland | adzuna.ch |
lu | Luxembourg | adzuna.lu |
br | Brazil | adzuna.com.br |
in | India | adzuna.in |
it | Italy | adzuna.it |
es | Spain | adzuna.es |
se | Sweden | adzuna.se |
pt | Portugal | adzuna.pt |
dk | Denmark | adzuna.dk |
no | Norway | adzuna.no |
fi | Finland | adzuna.fi |
The default is gb (United Kingdom). When the country changes, the proxy country is also updated to match.
Input schema
The Actor accepts the following input (defined in .actor/input_schema.json):
| Field | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
query | string | No | "software engineer" | - | Job search query (e.g., 'software engineer', 'marketing manager'). |
location | string | No | "" | - | Location filter (city, region, or leave empty for all locations). |
country | enum(gb, us, ca, de, fr, au, nl, nz, ie, za, sg, be, pl, at, ch, lu, br, in, it, es, se, pt, dk, no, fi) | No | "gb" | one of: gb, us, ca, de, fr, au, nl, nz, ie, za, sg, be, pl, at, ch, lu, br, in, it, es, se, pt, dk, no, fi | Adzuna country site to search. Select the country domain for job listings. |
maxItems | integer | No | 50 | >= 1 | Maximum number of job listings to scrape. |
salaryMin | integer | No | - | >= 0 | Minimum salary filter (in local currency). |
salaryMax | integer | No | - | >= 0 | Maximum salary filter (in local currency). |
proxyConfiguration | object | No | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"GB"} | - | Use Apify Proxy (RESIDENTIAL, country GB) to avoid IP-based blocking. |
Output / dataset schema
Each record follows .actor/dataset_schema.json and includes the properties below.
| Field | Type | Required |
|---|---|---|
id | string | No |
title | string | No |
jobUrl | string | No |
jobState | string | No |
postedDate | string | No |
descriptionText | string | No |
descriptionHtml | string | No |
location | object | No |
employmentType | string | No |
employmentTypeText | string | No |
workplaceType | string | No |
workRemoteAllowed | boolean | No |
applyMethod | object | No |
salary | object | No |
jobFunctions | array | No |
skills | array | No |
benefits | array | No |
benefitsDataSource | string | No |
new | boolean | No |
contentSource | string | No |
regionRestriction | object | No |
company | object | No |
searchQuery | string | No |
searchLocation | string | No |
searchCountry | string | No |
scrapedAt | string | No |
source | string | No |
location object
| Subfield | Type | Required |
|---|---|---|
linkedinText | string | No |
countryCode | string | No |
parsed | object | No |
additionalLocations | array | No |
applyMethod object
| Subfield | Type | Required |
|---|---|---|
companyApplyUrl | string | No |
inPageOffsiteApply | boolean | No |
type | string | No |
salary object
| Subfield | Type | Required |
|---|---|---|
text | string | No |
min | number | No |
max | number | No |
currency | string | No |
payPeriod | string | No |
compensationType | string | No |
compensationSource | string | No |
providedByEmployer | boolean | No |
estimated | boolean | No |
regionRestriction object
| Subfield | Type | Required |
|---|---|---|
unavailableInCurrentRegion | boolean | No |
regionalSite | string | No |
company object
| Subfield | Type | Required |
|---|---|---|
id | string | No |
universalName | string | No |
url | string | No |
name | string | No |
logo | string | No |
Example input
{"query": "software engineer","location": "","country": "gb","maxItems": 50,"salaryMin": 0,"salaryMax": 0,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "GB"}}
Example output record
{"id": "5119758978","title": "Software Engineer","jobUrl": "https://www.adzuna.co.uk/jobs/details/5119758978","jobState": "LISTED","postedDate": "2025-03-31T12:25:47","descriptionText": "The successful candidate will understand, interpret and adopt new technical information rapidly. You must have a demonstrable interest in new technologies and product innovation, a practical understanding of the technology development lifecycle and be able to participate at the appropriate point in a matrix development process. They should be seasoned and industry experienced professionals with a full understanding of developing cloud or edge platform solutions.\n\nKey Responsibilities\n\nDevelopment of test automation scripts in Google Test, InfraTest or Gherkin/Cucumber\nDevelopment of Docker Containers in Python/C++\nMaintain detailed documentation in Confluence\nWork as part of an Agile scrum team\n\nEssential Knowledge and Skills:\n\nA Bachelor degree or equivalent in relevant science or technology field\nRelevant industry experience\nCentos or Ubuntu Linux distributions\nC++ or Python\nJenkins\nGithub\nJIRA, Confluence\nExperience building REST APIs\nAn understanding of Agile development\nKnowledge of container technologies (Docker, Kubernetes)\nUnderstanding of JSON / XML data structures\nKnowledge of Object-Oriented Programming\nFamiliarity working with automated testing frameworks (Cucumber, Gherkin)\nUse of Swagger for defining APIs\nExcellent self and team awareness skills to guide interactions to the most positive outcomes.\nAble to drive an ad hoc team to the correct conclusions, even if individual members arrive with pre-conceived notions contrary to that conclusion.\n\nDesirable Knowledge and Skills:\n\nAlpine Linux\nAnsible\nGoogle Test, InfraTest, Gherkin, Cucumber, Zephyr\nKnowledge of AWS\nKnowledge of networking concepts","descriptionHtml": "<p>The successful candidate will understand, interpret and adopt new technical information rapidly. You must have a demonstrable interest in new technologies and product innovation, a practical understanding of the technology development lifecycle and be able to participate at the appropriate point in a matrix development process. They should be seasoned and industry experienced professionals with a full understanding of developing cloud or edge platform solutions.</p><p><strong>Key Responsibilities</strong></p><ul><li>Development of test automation scripts in Google Test, InfraTest or Gherkin/Cucumber</li><li>Development of Docker Containers in Python/C++</li><li>Maintain detailed documentation in Confluence</li><li>Work as part of an Agile scrum team</li></ul><p><strong>Essential Knowledge and Skills:</strong></p><ul><li>A Bachelor degree or equivalent in relevant science or technology field</li><li>Relevant industry experience</li><li>Centos or Ubuntu Linux distributions</li><li>C++ or Python</li><li>Jenkins</li><li>Github</li><li>JIRA, Confluence</li><li>Experience building REST APIs</li><li>An understanding of Agile development</li><li>Knowledge of container technologies (Docker, Kubernetes)</li><li>Understanding of JSON / XML data structures</li><li>Knowledge of Object-Oriented Programming</li><li>Familiarity working with automated testing frameworks (Cucumber, Gherkin)</li><li>Use of Swagger for defining APIs</li><li>Excellent self and team awareness skills to guide interactions to the most positive outcomes.</li><li>Able to drive an ad hoc team to the correct conclusions, even if individual members arrive with pre-conceived notions contrary to that conclusion.</li></ul><p><strong>Desirable Knowledge and Skills:</strong></p><ul><li>Alpine Linux</li><li>Ansible</li><li>Google Test, InfraTest, Gherkin, Cucumber, Zephyr</li><li>Knowledge of AWS</li><li>Knowledge of networking concepts</li></ul>","location": {"linkedinText": "London, Windsor and Maidenhead","countryCode": "gb","parsed": {"text": "London, Windsor and Maidenhead","countryCode": "GB","country": "United Kingdom","countryFull": "United Kingdom"}},"employmentType": "full_time","employmentTypeText": "FULL_TIME","applyMethod": {"companyApplyUrl": "https://www.adzuna.co.uk/jobs/details/5119758978","inPageOffsiteApply": false,"type": "AdzunaListing"},"salary": {"text": "£59,927 per year - estimated","min": 59927,"max": 59927,"currency": "GBP","payPeriod": "YEARLY","compensationType": "BASE_SALARY","compensationSource": "ADZUNA_ESTIMATE","providedByEmployer": false,"estimated": true},"jobFunctions": ["IT Jobs"],"skills": ["Python","AWS","Docker","Kubernetes","Ansible"],"new": false,"contentSource": "adzuna","regionRestriction": {"unavailableInCurrentRegion": false},"company": {"name": "MICRO IT GLOBAL","logo": "https://zunastatic-abf.kxcdn.com/images/logo/jobs/partners/uJalmxzoTbvlBgaNjc-MKTYPkvA.png"},"searchQuery": "software engineer","searchLocation": "London","searchCountry": "gb","scrapedAt": "2026-07-19T18:28:48.218Z","source": "adzuna"}
Responsible use
Only collect publicly available job information. Respect Adzuna's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through (Apify's residential proxy by default). 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.