# Trusted Shops Bewertungen monitoren

**Use case:** 

Bewertungen von Trusted Shops für Online-Shops scrapen. Strukturierte Review-Daten für E-Commerce-Vertrauen und Wettbewerbsanalysen exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trustedshops.de/bewertung/zalando-de"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "shopName": {
    "label": "Shop name"
  },
  "reviewerName": {
    "label": "Reviewer name"
  },
  "rating": {
    "label": "Rating"
  },
  "text": {
    "label": "Text"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "aggregateRating": {
    "label": "Aggregate rating"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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