# Shopauskunft Bewertungen abrufen

**Use case:** 

Shop-Bewertungen von Shopauskunft.de scrapen. Ratings, Texte und Shop-Metadaten für deutschen Online-Handel und Reputation-Tracking exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopauskunft.de/review/www.pearl.de"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

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

## About this Actor

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