# Export Trustpilot Reviews to Excel, CSV & JSON

**Use case:** 

Export Trustpilot reviews to Excel, CSV, or JSON: reviewer names, ratings, dates, and review text for any business. For sentiment analysis at scale.

## Input

```json
{
  "businessDomains": [
    "slack.com"
  ],
  "maxReviewsPerBusiness": 500,
  "sort": "recency",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "businessTrustScore": {
    "label": "TrustScore",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "consumerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "consumerCountry": {
    "label": "Country",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "replyMessage": {
    "label": "Business reply",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  }
}
```

## About this Actor

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