Kununu Reviews

Get reviews for a company on Kununu, including employee feedback, ratings, pros/cons, and company responses

Endpoint

GET /api/kununu_reviews

Parameters

country string Required

Country code (2-letter ISO code) for the company

company_slug string Required

The URL slug for the company (e.g., "sana-kliniken")

company_id string Required

The unique UUID for the company

page string Optional

Page number for pagination

review_type string Optional

Type of reviews to fetch (employees, applicants, candidates, all)

sort string Optional

Sort order for reviews. Leave empty for relevance, or use: worst, best, newest, oldest

score_filters string Optional

Filter by rating scores (excellent, good, satisfactory, subpar)

fetch_factor_scores string Optional

Include detailed factor scores in response

recommended_filters string Optional

Filter by recommendation status (yes, no)

jobstatus_filters string Optional

Filter by employment status (current, former)

position_filters string Optional

Filter by job position (employee, manager, apprentice, student, intern, freelancer, contractor)

department_filters string Optional

Filter by department (administration, sales, legal, operations, recruiting, communication, product, logistic, it, management, research, controlling, design, procurement)

response_filters string Optional

Filter reviews by company response status (yes - with company response, no - without company response)

date_filters string Optional

Filter reviews by date period (24months, 12months, 6months, 30days)

Request Examples

Response Schema

{
    "data": "array - Array of reviews with ratings, feedback, and metadata",
    "meta": {
        "total": "integer - Total number of reviews",
        "per_page": "integer - Number of reviews per page",
        "duration_ms": "float - Request duration in milliseconds",
        "current_page": "integer - Current page number"
    },
    "success": "boolean - Indicates if the request was successful"
}

Try It Live

Test this endpoint in our interactive playground with real data.

Open in Playground