# eKomi Shop-Bewertungen exportieren

**Use case:** 

Shop-Bewertungen von eKomi.de-Zertifikaten scrapen. Sterne, Texte und Scores für E-Commerce-Reputation und Kundenfeedback-Analysen exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ekomi.de/cert/S6NAE37P44HDVLU"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "shopName": {
    "label": "Shop name"
  },
  "rating": {
    "label": "Rating"
  },
  "text": {
    "label": "Text"
  },
  "ownerResponse": {
    "label": "Owner response"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "partnerId": {
    "label": "Partner id"
  },
  "aggregateRating": {
    "label": "Aggregate rating"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

This example demonstrates how to use [Ekomi.de Scraper](https://apify.com/rainminer/ekomi-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/ekomi-de-scraper) to learn more, explore other use cases, and run it yourself.