Adzuna Intelligence API
HomeKnowledge BaseAbout
HomeKnowledge BaseAbout
  1. Core Demand Data
  • 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. Core Demand Data

Get the number of new postings

GET
https://api.intelligence.adzuna.com/api/v1.1/{country_code}/reports/inflow/
Returns the total number of new, unique, deduplicated postings (inflow) added to the Adzuna website for the given criteria over the given time period.
In addition to the number (returned as inflow_count), an high/average/low indication is returned (inflow_count_level). This indicates whether the number is high, medium or low compared to the average across all values of the primary facet, in the given location and time period.
For example, if you query the inflow figure for a particular occupation, and the value of inflow_count_level is "High", this means that the number of new postings for this particular occupation is high compared to the average for all occupations in the given location and time period.
INFO
This endpoint allows querying by one primary facet type (location, occupation, skill, industry, employer) only. Multiple values of the same facet may be provided, in which case, they will be aggregated.
For more complex queries over multiple facets, see Perform complex boolean queries

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.intelligence.adzuna.com/api/v1.1/gb/reports/inflow/?category_id&company_id&contract_hours&contract_type&end_date=2022-01-31&industry_id&location_id=26&occupation_id&occupation_taxonomy_id&skill_id&skill_tag_id&start_date=2022-01-01&workplace_model' \
--header 'Authorization;'

Responses

🟢200Request successful.
application/json
Body

Example
{
    "inflow_count": 0,
    "inflow_count_level": "Low"
}
Modified at 2024-07-18 11:49:12
Previous
Get the total number of postings over time
Next
Get the number of new postings over time
Built with