# Scrape Trustpilot reviews for any company

**Use case:** 

Export recent Trustpilot reviews for any company: ratings, review text, dates, replies, verification, and reviewer details, as CSV or JSON.

## Input

```json
{
  "businesses": [
    "apify.com"
  ],
  "maxReviewsPerBusiness": 20,
  "includeReviewerDetails": true,
  "includeAiSummary": true,
  "delayMs": 1500
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "businessDomain": {
    "label": "Domain"
  },
  "businessName": {
    "label": "Business name"
  },
  "reviewId": {
    "label": "Review id"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Text"
  },
  "publishedDate": {
    "label": "Published"
  },
  "experiencedDate": {
    "label": "Experienced date"
  },
  "language": {
    "label": "Language"
  },
  "isVerified": {
    "label": "Verified"
  },
  "hasReply": {
    "label": "Reply"
  },
  "themes": {
    "label": "Themes"
  },
  "reviewUrl": {
    "label": "Review URL"
  }
}
```

## About this Actor

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