# Monitor Your Brand's Trustpilot Reviews

**Use case:** 

Monitor your brand's Trustpilot reviews automatically. Track new customer feedback, ratings and replies so you can protect your reputation.

## Input

```json
{
  "urls": [
    {
      "url": "https://www.trustpilot.com/review/www.apple.com"
    }
  ],
  "maxReviews": 300,
  "sort": "recency",
  "dateRange": "all",
  "language": "all",
  "verifiedOnly": false,
  "repliesOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "sentiment": {
    "label": "Sentiment",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Content",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "isOrganic": {
    "label": "Organic",
    "format": "boolean"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "verificationLevel": {
    "label": "Verif. level",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "experiencedDate": {
    "label": "Experienced",
    "format": "date"
  },
  "reviewer": {
    "label": "Reviewer",
    "format": "object"
  },
  "reply": {
    "label": "Company Reply",
    "format": "object"
  },
  "company": {
    "label": "Company",
    "format": "object"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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