Allows searching a given occupation taxonomy for occupations matching a given search term q.Example uses for this data include searching for specific ocupations for use in further requests, or populating a typeahead / autocomplete in a user interface.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Path Params
country_code
stringÂ
required
A two character code that specifies which country dataset to query.
Example:
gb
Match pattern:
[a-z]{2}
Query Params
limit
integerÂ
optional
The maximum number of matches to return in a search.
>= 1
Default:
20
q
stringÂ
required
The search query.
>= 1 characters
taxonomy_id
integerÂ
required
The unique ID specifying which occupation taxonomy to search.
Example:
1
Request 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/search/occupations?limit&q&taxonomy_id=1' \
--header'Authorization;'