# Export Shopify Trustpilot review data

**Use case:** 

Get public Shopify Trustpilot review data including ratings, dates, review text, reviewer details, and available business replies.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trustpilot.com/review/www.shopify.com"
    }
  ],
  "companyUrls": [],
  "maxReviewsPerCompany": 20,
  "stars": [],
  "sort": "recency",
  "languages": [],
  "includeReplies": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyDomain": {
    "label": "Domain",
    "format": "text"
  },
  "trustScore": {
    "label": "TrustScore",
    "format": "number"
  },
  "totalReviewCount": {
    "label": "Total reviews",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "experienceDate": {
    "label": "Experience date",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerCountry": {
    "label": "Country",
    "format": "text"
  },
  "reviewerReviewCount": {
    "label": "Reviewer reviews",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "replyText": {
    "label": "Business reply",
    "format": "text"
  },
  "replyDate": {
    "label": "Reply date",
    "format": "date"
  },
  "replyAuthor": {
    "label": "Reply author",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "starsFilter": {
    "label": "Stars filter",
    "format": "number"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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