Adzuna Intelligence API
HomeKnowledge BaseAbout
HomeKnowledge BaseAbout
  1. Home
  • Introduction
  • Access and Authentication
  • Taxonomies
  • Core Demand Data
    • Overview
    • Get the total number of postings
      GET
    • Get the total number of postings over time
      GET
    • Get the number of new postings
      GET
    • Get the number of new postings over time
      GET
    • Get posting duration data
      GET
    • Get time to fill data
      GET
  • Interest Quotient Data
    • Overview
    • Get interest quotient
      GET
    • Get interest quotient over time
      GET
  • Compensation Data
    • List job benefits
      GET
    • Search job benefits
      GET
    • Get mean and median salary
      GET
    • Get mean and median salary over time
      GET
    • Get salary distribution data
      GET
    • Get benefits offered
      GET
  • Location Data
    • List countries
      GET
    • List location (statistical area) types
      GET
    • List locations (statistical areas)
      GET
    • Search locations (statistical areas)
      GET
    • Get location quotient
      GET
    • Compare job demand acrosss geographic areas
      GET
    • Compare interest quotient across geographic areas
      GET
    • Compare location quotient across geographic areas
      GET
    • Compare median salary across geographic areas
      GET
  • Occupation Data
    • List occupation taxonomies
    • List occupation sectors (categories)
    • Search occupation sectors (categories)
    • List occupations
    • Search occupations
    • Get occupation sectors (categories) in demand
    • Get occupations in demand
    • Get popular occupation sectors (categories)
    • Get popular occupations
  • Industry Data
    • List industries
    • Search industries
    • Get industries hiring
    • Get popular industries
  • Skill Data
    • List skill taxonomies
    • List skill tags
    • Search skill tags
    • List skills
    • Search skills
    • Get requested skills
  • Education Data
    • List education levels
    • Search education levels
    • List education qualifications
    • Search education qualifications
    • Get requested education attainment
  • Apprenticeship Data
    • List apprenticeship levels
    • Search apprenticeship levels
    • List apprenticeship types
    • Search apprenticeship types
    • Get requested apprenticeship levels
  • Company and Employer Data
    • List companies
    • Search companies
    • Get companies hiring
    • Get popular employers
  • Public data
    • Claimant count
    • Gender pay gap
    • Job Density
  • Complex Queries
    • Overview
    • Defining a query
    • Specifying the primary metric
    • Specifying a date range
    • Supported dimensions
    • Specifying filters
    • Specifying a breakdown
    • Example queries
    • Performing a complex boolean query
  1. Home

Access and Authentication

Introduction#

We've organized our APIs around REST commands and use HTTP response codes to indicate successful API calls and those that produce errors. We return all API responses, including errors, as JSON objects.
Our APIs reside at api.intelligence.adzuna.com. When making direct API requests in URL, you must do so over HTTPS. Calls made over standard HTTP will fail. API requests without proper Authentication (a valid API key) will also fail.
https://api.intelligence.adzuna.com

Authentication#

All endpoints require ApiKey authentication, using the API key provided by your account manager.
INFO
Don't have an API key? Contact us or speak to your account manager to request one.
To authenticate your request, simple add a Authorization header to your request:
curl -X GET \
'https://api.intelligence.adzuna.com/v1.1/gb/status' \
-H 'Authorization: Api-Key <<your_api_key>>'

Limits#

Good news! We don't impose any throttling or limits on the number of requests 😄
However we do monitor requests to our API and ask that users adopt a fair usage policy.
Previous
Introduction
Next
Taxonomies
Built with