# Create a recent negative Trustpilot review dossier

**Use case:** 

Collect recent low-star Trustpilot reviews for a company to identify recurring problems and support escalations.

## Input

```json
{
  "companyIdentifiers": [
    "revolut.com"
  ],
  "maxReviewsPerCompany": 10,
  "filterStars": [
    "1",
    "2"
  ],
  "filterLanguage": "",
  "filterDateRange": "last3months",
  "sortBy": "recency",
  "onlyVerified": false,
  "onlyWithReplies": false,
  "includeCompanyInfo": true
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "rating": {
    "label": "Star Rating",
    "format": "integer"
  },
  "sentimentLabel": {
    "label": "Sentiment Label",
    "format": "string"
  },
  "title": {
    "label": "Review Title",
    "format": "string"
  },
  "text": {
    "label": "Review Text",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  },
  "reviewerDisplayName": {
    "label": "Reviewer Name",
    "format": "string"
  },
  "reviewerCountry": {
    "label": "Reviewer Country",
    "format": "string"
  },
  "isVerified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "hasCompanyReply": {
    "label": "Has Company Reply",
    "format": "boolean"
  },
  "companyTrustScore": {
    "label": "Company Trust Score",
    "format": "number"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  }
}
```

## About this Actor

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