# Shopify Trustpilot Review Exporter

**Use case:** 

Collect up to 200 Trustpilot reviews for Shopify and eCommerce platforms. Access ratings, text, and company replies in CSV or JSON format.

## Input

```json
{
  "companyDomains": [
    "shopify.com",
    "bigcommerce.com",
    "wix.com"
  ],
  "maxReviews": 200,
  "language": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "authorLocation": {
    "label": "Author Location",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "experienceDate": {
    "label": "Experience Date",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "replyText": {
    "label": "Company Reply",
    "format": "string"
  },
  "businessName": {
    "label": "Company",
    "format": "string"
  },
  "trustScore": {
    "label": "TrustScore",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "integer"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  }
}
```

## About this Actor

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