# Kununu.com Companies Scraper (`lexis-solutions/kununu-scraper`) Actor

Company data with Kununu.com Companies Scraper. Streamline your data collection process by directly extracting employee insights, ratings, and workplace reviews from Kununu. Enhance your business intelligence and make informed decisions with accurate, real-time data.

- **URL**: https://apify.com/lexis-solutions/kununu-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 80 total users, 0 monthly users, 100.0% runs succeeded, 20 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$39.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Kununu Scraper

![banner](https://lexis-solutions-apify.fra1.cdn.digitaloceanspaces.com/banners/kununu.png)

This Apify actor scrapes information from [Kununu.com](https://www.kununu.com/) a website dedicated to gathering information about company jobs.

### Table of Contents

- [Kununu Scraper](#kununu-scraper)
  - [Table of Contents](#table-of-contents)
  - [Features](#features)
  - [Input](#input)
  - [Output](#output)
  - [Usage](#usage)
  - [Limitations](#limitations)
  - [Need to scrape companies data?](#need-to-scrape-companies-data)

### Features

- Scrapes detailed company information including companyTitle, companyLogo, companyWebsite, location, kununuScore, openJobsCount, reviewCount, percentHappyWithWage and companyDescription.
- Handles pagination to gather data from multiple pages.
- Outputs data in JSON format for easy integration with other tools.

### Input

The actor accepts the following input parameters in JSON format:

- `startUrls` (array): List of URLs to start the scraping process from. It can be a search or company detail url.

  ```json
  {
    "startUrls": [
      {
        "url": "https://www.kununu.com/de/search?q=berlin&country=de"
      }
    ]
  }
  ```

- `maxItems` (integer): Maximum number of items to scrape.

- `proxyConfiguration` (object): Proxy settings for the scraping process.

  > **Note:** For optimal stability and reliability, it is recommended to use residential proxies with German-based IP addresses. This helps avoid rate limiting and improves success rates when scraping Kununu.com.

### Output

The actor produces output in JSON format with the following structure:

```json
{
  "url": "https://www.kununu.com/de/etl-gruppe",
  "recommendationScore": "80%",
  "followersCount": 95,
  "companyTitle": "ETL-Gruppe",
  "companyLogo": "https://assets.kununu.com/media/prod/profiles/logos/55d84ecb-7917-4064-8f8c-d29e36449f27_1_686bb80a00694.gif",
  "companyDescription": "Mehr als nur ein Job: ...",
  "kununuScore": 4,
  "location": "Berlin und weitere",
  "reviewCount": 219,
  "openJobsCount": 941,
  "companyWebsite": "https://karriere.etl.de/"
}
```

### Usage

1. Create a new task: In the Apify console, create a new task for the Kununu Scraper actor.

2. Configure input: Provide the necessary input parameters as described above.

3. Run the task: Start the task to begin scraping data.

4. Retrieve output: Once the task is complete, download the output in JSON format.

### Limitations

- The scraper is subject to the limitations and restrictions of Kununu.com, including potential rate limits and CAPTCHAs.
- The actor's performance may vary based on the website's response times and structure changes.

### Need to scrape companies data?

- UK 🇬🇧

  - [TotalJobs Scraper](https://apify.com/lexis-solutions/totaljobs-scraper)

- France 🇫🇷

  - [HelloWork Scraper](https://apify.com/lexis-solutions/hellowork-scraper)

- Germany 🇩🇪

  - [Arbeitsagentur Scraper](https://apify.com/lexis-solutions/bundesagentur-fur-arbeit-arbeitsagentur-scraper)

- Netherlands 🇳🇱

  - [Werk.nl Scraper](https://apify.com/lexis-solutions/werk-nl-scraper)

- Sweden 🇸🇪

  - [Arbetsformedlingen Scraper](https://apify.com/lexis-solutions/arbetsformedlingen-se-scraper)

***

👀 p.s.

Got feedback or need an extension?

Lexis Solutions is a [certified Apify Partner](https://apify.com/partners/find). We can help you with custom solutions or data extraction projects.

Contact us on our [website](https://www.lexis.solutions/?ref=apify-profile), [Email](mailto:scraping@lexis.solutions), or [LinkedIn](https://www.linkedin.com/company/lexis-solutions).

# Actor input Schema

## `startUrls` (type: `array`):

One or more URLs of the pages where the crawler will start. Note that the Actor will additionally only crawl sub-pages of these URLs. For example, for the start URL `https://www.example.com/blog`, it will crawl pages like `https://example.com/blog/article-1`, but will skip `https://example.com/docs/something-else`.

## `maxItems` (type: `integer`):

The maximum number items to crawl.

## `proxyConfiguration` (type: `object`):

Your proxy configuration from Apify

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.kununu.com/de/search?q=berlin&country=de&page=1"
    }
  ],
  "maxItems": 12,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.kununu.com/de/search?q=berlin&country=de&page=1"
        }
    ],
    "maxItems": 12
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/kununu-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.kununu.com/de/search?q=berlin&country=de&page=1" }],
    "maxItems": 12,
}

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/kununu-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.kununu.com/de/search?q=berlin&country=de&page=1"
    }
  ],
  "maxItems": 12
}' |
apify call lexis-solutions/kununu-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lexis-solutions/kununu-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/VyDn0C1lgX16e13a4/builds/sGKb9FwUSZVh9rIVQ/openapi.json
