# Trustpilot 1-Star Review Alerts, Daily Scraper

**Use case:** 

Scrape new 1-star Trustpilot reviews from the last 30 days for any brand. Built for CX and support teams that need to triage angry customers same day.

## Input

```json
{
  "companyWebsite": "ubereats.com",
  "sortBy": "recency",
  "filterByStarRating": "1",
  "filterByLanguage": "en",
  "filterByVerifiedReviews": false,
  "filterByCountryOfReviewers": "",
  "filterByDatePeriod": "last30days",
  "maxReviews": 10,
  "startFromPageNumber": 1,
  "endAtPageNumber": 2
}
```

## 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.