v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Jobs Data

Job Industry

Use this API to retrieve the Industry ID, which can then be used in the Jobs Finder API to filter jobs by Industry.

get/v1/jobs/industries

Response

Successful response with industry list

idinteger
namestring

Example response

[
  {
    "id": 22,
    "name": "Accounting"
  },
  {
    "id": 318,
    "name": "Administration of Justice"
  },
  {
    "id": 297,
    "name": "Administrative and Support Services"
  },
  {
    "id": 8,
    "name": "Advertising Services"
  },
  {
    "id": 245,
    "name": "Agricultural Chemical Manufacturing"
  }
]