# Extract one company's Kununu reviews and ratings

**Use case:** 

Download one employer's public Kununu review titles, written comments, factor scores, recommendation status, and company rating context.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kununu.com/de/siemens/kommentare"
    }
  ],
  "maxReviews": 50,
  "maxPagesPerCompany": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "companyName": {
    "label": "Company"
  },
  "companyScore": {
    "label": "Company score"
  },
  "companyReviewCount": {
    "label": "Company reviews"
  },
  "companyRecommendationRate": {
    "label": "Recommendation %"
  },
  "title": {
    "label": "Review title"
  },
  "body": {
    "label": "Review body"
  },
  "score": {
    "label": "Review score"
  },
  "createdAt": {
    "label": "Created at",
    "format": "date"
  },
  "recommended": {
    "label": "Recommended"
  },
  "formerEmployee": {
    "label": "Former employee"
  },
  "position": {
    "label": "Position"
  },
  "department": {
    "label": "Department"
  },
  "dimensionScores": {
    "label": "Dimension scores"
  },
  "dimensionComments": {
    "label": "Dimension comments"
  },
  "employerResponses": {
    "label": "Employer responses"
  },
  "helpfulCount": {
    "label": "Helpful"
  },
  "agreeCount": {
    "label": "Agree"
  },
  "sourceUrl": {
    "label": "Source page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Kununu Reviews Scraper](https://apify.com/automation-lab/kununu-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/kununu-reviews-scraper) to learn more, explore other use cases, and run it yourself.