v2

latestOpenAPI 3.1.02026-07-2626156230.6 KB
Other

Get data fields

Provides a list of all industries and industry categories, technologies and regions searchable by Ocean.io.

Calling this endpoint does not consume any credits.

get/v2/data-fields

Query parameters

apiTokenstring nullable

Headers

x-api-tokenstring nullable

Response

Successful Response

linkedinIndustriesstring[]

List of Linkedin industries

regionsobject

List of regions per country

senioritiesSeniority[]

List of seniorities computed from the job title of the person

departmentsDepartment[]

List of departments computed from the job title of the person

Example response

{
  "industries": [
    {
      "industries": [
        "Advertising Platforms",
        "Biopharma"
      ],
      "industryCategory": "Administrative Services"
    }
  ],
  "linkedinIndustries": [
    "Accounting",
    "Airlines/Aviation",
    "Alternative Dispute Resolution"
  ],
  "technologies": [
    {
      "name": "ChatStack",
      "categories": [
        "Chat"
      ]
    }
  ],
  "regions": {
    "nl": [
      {
        "code": "NH",
        "englishName": "North Holland",
        "localName": "Noord-Holland"
      }
    ]
  },
  "seniorities": [
    "C-Level",
    "Manager"
  ],
  "departments": [
    "Management",
    "Marketing and Advertising"
  ]
}