# Nike Reviews - Trustpilot

**Use case:** 

Scrape recent Nike Trustpilot reviews with star ratings, review titles, review text, experience dates, posted dates, verified status, company replies, useful co

## Input

```json
{
  "companyNames": [
    "nike.com"
  ],
  "companyUrls": [],
  "maxReviewsPerCompany": 20,
  "sortBy": "most_recent",
  "filterByRating": "all",
  "verifiedOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "starRating": {
    "label": "Stars",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Title",
    "format": "text"
  },
  "reviewBody": {
    "label": "Review",
    "format": "text"
  },
  "dateOfExperience": {
    "label": "Experience Date",
    "format": "date"
  },
  "reviewPostedDate": {
    "label": "Posted Date",
    "format": "date"
  },
  "verifiedPurchase": {
    "label": "Verified",
    "format": "boolean"
  },
  "usefulCount": {
    "label": "Useful",
    "format": "number"
  },
  "companyReply": {
    "label": "Company Reply",
    "format": "text"
  },
  "companyReplyDate": {
    "label": "Reply Date",
    "format": "date"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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