Get popular occupations
GET
/api/v1.1/{country_code}/reports/popular-occupations/For postings matching the given criteria and time period, returns a list of occupations, ranked in order of interest quotient (popularity with jobseekers on the Adzuna website).
:::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.
:::
Request
A two character code that specifies which country dataset to query.
A unique ID specifying an occupation sector/category.
The end date of the desired time period for the query. Must be specified in ISO8601 format (YYYY-MM-DD).
A unique ID specifying an industry.
The maximum number of matches to return in a search.
A unique ID specifying a location/statistical area.
A unique ID specifying an occupation taxonomy. Required when specifying an occupation_id.
A unique ID specifying a skill.
The start date of the desired time period for the query. Must be specified in ISO8601 format (YYYY-MM-DD).
Request samples
Responses
An occupation.
The unique ID of the occupation.
The name of the occupation.
The interest quotient value for the occupation.
[
{
"occupation": {
"id": 26295,
"name": "1st Assistant Manager"
},
"interest_quotient": 1.23
}
]