# ProvenExpert Bewertungen exportieren

**Use case:** 

Kundenbewertungen von ProvenExpert-Profilen scrapen. Sterne, Text und Metadaten für Reputation-Monitoring und SEO-Audits deutscher Unternehmen exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.provenexpert.com/provenexpert-com/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "reviewerName": {
    "label": "Reviewer name"
  },
  "rating": {
    "label": "Rating"
  },
  "text": {
    "label": "Text"
  },
  "ownerResponse": {
    "label": "Owner response"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "category": {
    "label": "Category"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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