# Export 1- and 2-Star Negative Trustpilot Reviews

**Use case:** 

Run Export 1- and 2-Star Negative Trustpilot Reviews on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "companies": [
    "temu.com"
  ],
  "maxReviews": 20,
  "sortBy": "rating_low",
  "starFilter": [
    1,
    2
  ],
  "enableSentiment": true,
  "includeCompanyInfo": false
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "rating": {
    "label": "Stars",
    "format": "number"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "text"
  },
  "sentiment_label": {
    "label": "Sentiment",
    "format": "text"
  }
}
```

## About this Actor

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