Categories
Job categories are employment sectors, for example "Accounting & Finance Jobs".
For all the technical details, including a complete parameter listing and a playground to make test calls, please visit the {vertical}/{country}/categories documentation.
Example: Get categories for Jobs
http://api.adzuna.com/v1/api/jobs/gb/categories?app_id={YOUR API ID}&app_key={YOUR API KEY}&&content-type=application/json
The results
array inside the returned object is a list of all available categories:
{
"__CLASS__": "Adzuna::API::Response::Categories",
"results": [
{
"__CLASS__": "Adzuna::API::Response::Category",
"label": "Accounting & Finance Jobs",
"tag": "accounting-finance-jobs"
},
{
"__CLASS__": "Adzuna::API::Response::Category",
"label": "IT Jobs",
"tag": "it-jobs"
},
{
"__CLASS__": "Adzuna::API::Response::Category",
"label": "Sales Jobs",
"tag": "sales-jobs"
},
... more categories here ...
]
}