# Export Ausgezeichnet.org business reviews

**Use case:** 

Scrape Ausgezeichnet.org review profiles for German businesses. Export ratings, review content, and certificate data for trust signal monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ausgezeichnet.org/bewertungen-reisehummel.de-3HPM00"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review id"
  },
  "shopName": {
    "label": "Shop name"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewerName": {
    "label": "Reviewer name"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "text": {
    "label": "Text"
  }
}
```

## About this Actor

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