# Scrape Trustpilot Reviews for Brand Monitoring

**Use case:** 

Scrape Trustpilot reviews — full text, star rating, TrustScore, reviewer country, verification status, and company replies. Use for daily brand monitoring, sent

## Input

```json
{
  "companyUrls": [
    "stripe.com"
  ],
  "startUrls": [],
  "maxReviewsPerCompany": 50,
  "ratings": [
    "1",
    "2",
    "3"
  ],
  "languages": [],
  "reviewerCountries": [],
  "sortBy": "recency",
  "dateRange": "last30days",
  "verifiedOnly": false,
  "repliesOnly": false,
  "monitoringMode": true,
  "monitoringKey": "stripe-negative-review-alerts",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "trust_score": {
    "label": "TrustScore",
    "format": "text"
  },
  "star_rating": {
    "label": "Stars",
    "format": "text"
  },
  "total_reviews": {
    "label": "Total Reviews",
    "format": "text"
  },
  "review_title": {
    "label": "Review Title",
    "format": "text"
  },
  "review_rating": {
    "label": "Rating",
    "format": "text"
  },
  "review_text": {
    "label": "Review Text",
    "format": "text"
  },
  "review_date": {
    "label": "Published",
    "format": "date"
  },
  "reviewer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewer_country": {
    "label": "Country",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "reply_text": {
    "label": "Company Reply",
    "format": "text"
  },
  "review_url": {
    "label": "Review URL",
    "format": "link"
  }
}
```

## About this Actor

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