# Monitor ProvenExpert reviews across four sources

**Use case:** 

Track ProvenExpert ratings and reviews across four profiles, compare reputation signals, and export structured DACH business data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.provenexpert.com/de-de/sp-unternehmerforum-gmbh/"
    },
    {
      "url": "https://www.trustedshops.de/bewertung/info_X898CBF73DF72E74E9BA8F9207D295CAE.html"
    },
    {
      "url": "https://www.ekomi.de/bewertungen-nomi.shop.html"
    },
    {
      "url": "https://www.google.de/maps/place/S%26P+Unternehmerforum+GmbH/@48.1779695,11.6324289,17z/data=!3m1!4b1!4m5!3m4!1s0x479e0a91689ec4ab:0xa26b4a463aacc8e!8m2!3d48.1779695!4d11.6346176?hl=de"
    }
  ],
  "profileSlugs": [],
  "businesses": [],
  "searchQueries": [],
  "locale": "de-de",
  "outputMode": "profiles_only",
  "maxReviewsPerProfile": 0,
  "sortBy": "newest",
  "followExternalProfiles": false,
  "discoverExternalProfilesFromWebsite": false,
  "includeBusinessSummary": true,
  "emitChanges": false,
  "changesOnly": false,
  "saveHistory": false,
  "historyDatasetName": "dach-reputation-history",
  "minimumBenchmarkCohortSize": 3,
  "ratingChangeThreshold": 0.01,
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Result type",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "category": {
    "label": "Business category",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "sourceCount": {
    "label": "Matched channels",
    "format": "integer"
  },
  "trustScore": {
    "label": "DACH Trust Score",
    "format": "number"
  },
  "changeStatus": {
    "label": "Change status",
    "format": "string"
  },
  "snapshotStatus": {
    "label": "Snapshot completeness",
    "format": "string"
  },
  "trustScoreDelta": {
    "label": "Trust Score change",
    "format": "number"
  },
  "overallRating": {
    "label": "Overall rating",
    "format": "number"
  },
  "ratingReviewCount": {
    "label": "Reviews in rating basis",
    "format": "integer"
  },
  "verifiedReviewCount": {
    "label": "Source-verified reviews",
    "format": "integer"
  },
  "reviewRating": {
    "label": "Review rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Trusted Shops & ProvenExpert Reviews Scraper — German Ratings](https://apify.com/kamerozkan/provenexpert-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kamerozkan/provenexpert-reviews-scraper) to learn more, explore other use cases, and run it yourself.