Kununu Reviews
Endpoint
/api/kununu_reviews
Parameters
string
Required
Country code (2-letter ISO code) for the company
string
Required
The URL slug for the company (e.g., "sana-kliniken")
string
Required
The unique UUID for the company
string
Optional
Page number for pagination
string
Optional
Type of reviews to fetch (employees, applicants, candidates, all)
string
Optional
Sort order for reviews. Leave empty for relevance, or use: worst, best, newest, oldest
string
Optional
Filter by rating scores (excellent, good, satisfactory, subpar)
string
Optional
Include detailed factor scores in response
string
Optional
Filter by recommendation status (yes, no)
string
Optional
Filter by employment status (current, former)
string
Optional
Filter by job position (employee, manager, apprentice, student, intern, freelancer, contractor)
string
Optional
Filter by department (administration, sales, legal, operations, recruiting, communication, product, logistic, it, management, research, controlling, design, procurement)
string
Optional
Filter reviews by company response status (yes - with company response, no - without company response)
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