Kununu Search
Search for companies on Kununu, a platform for employer reviews and ratings
Endpoint
GET
/api/kununu_search
Parameters
query
string
Required
Search query for company names
limit
string
Optional
Number of results to return (1-100)
offset
string
Optional
Pagination offset
countries
string
Optional
Filter by country codes (2-letter ISO codes). Can be specified multiple times.
industry
string
Optional
Filter by industry ID (1-44). Industries include: 1=Banken/Finanzdienstleistungen, 2=Baugewerbe/Bau, 3=Beratung/Consulting, etc.
Request Examples
Response Schema
{
"data": "array - Array of company profiles with ratings and information",
"meta": {
"limit": "integer - Number of results per page",
"total": "integer - Total number of results",
"offset": "integer - Current pagination offset",
"duration_ms": "float - Request duration in milliseconds"
},
"success": "boolean - Indicates if the request was successful"
}
Try It Live
Test this endpoint in our interactive playground with real data.
Open in Playground