# Scrape Trustpilot reviews by domain

**Use case:** 

Extract customer reviews for any company from Trustpilot by domain. Structured review data with ratings. Pay per result.

## Input

```json
{
  "startUrls": [],
  "domain": "revolut.com",
  "maxResults": 5,
  "filterStars": [],
  "filterLanguage": "",
  "sortBy": "recency",
  "filterDateRange": "",
  "verifiedOnly": false,
  "withRepliesOnly": false,
  "includeCompanyInfo": true,
  "skipReposts": false
}
```

## Output

```json
{
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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