# Monitor competitor Trustpilot ratings

**Use case:** 

Track TrustScore, total reviews, and rating mix for several competitors in one run to benchmark reputation and see who is gaining or losing trust.

## Input

```json
{
  "businesses": [
    "shopify.com",
    "wix.com",
    "bigcommerce.com"
  ],
  "maxReviewsPerBusiness": 20,
  "includeReviewerDetails": true,
  "includeAiSummary": true,
  "delayMs": 1500
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "businessDomain": {
    "label": "Domain"
  },
  "businessName": {
    "label": "Business"
  },
  "trustScore": {
    "label": "TrustScore"
  },
  "stars": {
    "label": "Stars"
  },
  "reviewCount": {
    "label": "Total reviews"
  },
  "reviewsScraped": {
    "label": "Scraped"
  },
  "averageRatingScraped": {
    "label": "Avg scraped"
  },
  "oneStarCount": {
    "label": "One star count"
  },
  "fiveStarCount": {
    "label": "Five star count"
  },
  "negativeReviewCount": {
    "label": "Negative"
  },
  "positiveReviewCount": {
    "label": "Positive"
  },
  "replyCount": {
    "label": "Replies"
  },
  "verifiedReviewCount": {
    "label": "Verified"
  },
  "topThemes": {
    "label": "Top themes"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Trustpilot Review Scraper - Themes, Ratings & Replies](https://apify.com/webdata_labs/trustpilot-review-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/trustpilot-review-scraper) to learn more, explore other use cases, and run it yourself.