Get the total number of postings
GET
https://api.intelligence.adzuna.com/api/v1.1/{country_code}/reports/demand/
Core Demand Data
posting_count
), an high/average/low indication is returned (posting_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.posting_count_level
is "High", this means that the number of postings for this particular occupation is high compared to the average for all occupations in the given location and time period.INFO
Request
Path Params
country_code
string
required
Example:
gb
Match pattern:
^[a-z]{2}$
Query Params
category_id
array[integer]
optional
company_id
array[integer]
optional
contract_hours
enum<string>
optional
>= 1 characters
Allowed values:
full_timepart_time
contract_type
enum<string>
optional
>= 1 characters
Allowed values:
contractpermanent
end_date
string <date>
required
Example:
2022-01-31
industry_id
array[string]
optional
location_id
array[integer]
required
Example:
26
occupation_id
array[integer]
optional
occupation_taxonomy_id
integer
optional
>= 1
skill_id
array[integer]
optional
skill_tag_id
array[integer]
optional
start_date
string <date>
required
Example:
2022-01-01
workplace_model
enum<string>
optional
>= 1 characters
Allowed values:
not_remoteremote_onlyflexible
Request samples
Responses
Modified at 2024-07-18 11:42:26