# Trustpilot Competitor Review Benchmark, Weekly

**Use case:** 

Scrape 30 days of Trustpilot reviews across rival brands in one run. For market research analysts comparing sentiment and review volume week over week.

## Input

```json
{
  "companyWebsite": "ubereats.com,doordash.com",
  "sortBy": "recency",
  "filterByStarRating": "all",
  "filterByLanguage": "all",
  "filterByVerifiedReviews": true,
  "filterByCountryOfReviewers": "",
  "filterByDatePeriod": "last30days",
  "maxReviews": 10,
  "startFromPageNumber": 1,
  "endAtPageNumber": 0
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerCountry": {
    "label": "Country",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "experiencedDate": {
    "label": "Experienced",
    "format": "date"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "numberOfLikes": {
    "label": "Likes",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "businessName": {
    "label": "Company",
    "format": "text"
  }
}
```

## About this Actor

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