Kununu Industries

Get all available Kununu industry categories with their IDs. This endpoint returns a static list of all 44 industries supported by Kununu for filtering purposes. No API token required.

Endpoint

GET /api/kununu_industries

Request Examples

GET /api/kununu/industries

Response Schema

[
    {
        "name": "industries",
        "type": "array",
        "description": "Array of industry objects containing ID and name"
    },
    {
        "name": "meta",
        "type": "object",
        "description": "Metadata including total count and description"
    }
]

Try It Live

Test this endpoint in our interactive playground with real data.

Open in Playground