# Compare Competitor Reviews & TrustScore on Trustpilot

**Use case:** 

Pull reviews, ratings, and TrustScore for several competitors at once to benchmark service quality. Returns review text, replies, and company scores.

## Input

```json
{
  "companyDomains": [
    "hubspot.com",
    "salesforce.com",
    "pipedrive.com"
  ],
  "maxReviewsPerCompany": 50,
  "verifiedOnly": false,
  "repliesOnly": false
}
```

## Output

```json
{
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "language": {
    "label": "Lang"
  },
  "publishedDate": {
    "label": "Published"
  },
  "experiencedDate": {
    "label": "Experienced"
  },
  "isVerified": {
    "label": "Verified"
  },
  "authorName": {
    "label": "Author"
  },
  "authorCountry": {
    "label": "Country"
  },
  "replyMessage": {
    "label": "Company reply"
  },
  "companyName": {
    "label": "Company"
  },
  "companyTrustScore": {
    "label": "TrustScore"
  },
  "reviewUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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