# Monitor a brand's new Trustpilot reviews

**Use case:** 

Track a brand on Trustpilot and get only new reviews each run: rating, title, text, publish date, reviewer, verification and company reply.

## Input

```json
{
  "companyDomains": [
    "www.nike.com"
  ],
  "searchQueries": [],
  "categories": [],
  "startUrls": [],
  "includeReviews": true,
  "maxReviewsPerCompany": 100,
  "reviewsSort": "recency",
  "starRatings": [],
  "reviewsNewerThan": "7 days",
  "verifiedReviewsOnly": false,
  "includeCompanyRecord": true,
  "maxCompaniesPerQuery": 100,
  "enrichCompanyDetails": false,
  "maxItems": 200,
  "deduplicate": true,
  "monitorMode": true,
  "monitorStoreName": "trustpilot-scraper-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "companyDisplayName": {
    "label": "Company"
  },
  "companyDomain": {
    "label": "Domain"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "publishedDate": {
    "label": "Published"
  },
  "experiencedDate": {
    "label": "Experienced"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "reviewerCountry": {
    "label": "Country"
  },
  "isVerified": {
    "label": "Verified"
  },
  "replyText": {
    "label": "Company reply"
  },
  "reviewUrl": {
    "label": "Review URL"
  }
}
```

## About this Actor

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