# Scrape English-Only Trustpilot Reviews for Any Brand

**Use case:** 

Run Scrape English-Only Trustpilot Reviews for Any Brand on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "companies": [
    "booking.com"
  ],
  "maxReviews": 20,
  "sortBy": "recency",
  "languageFilter": "en",
  "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.