# Monitor Negative Trustpilot Reviews for New Product Launches

**Use case:** 

Quickly identify critical issues and gather direct customer feedback on new product or service launches by focusing solely on 1-star Trustpilot reviews. Address

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trustpilot.com/review/www.zoom.us"
    },
    {
      "url": "https://www.trustpilot.com/review/www.slack.com"
    }
  ],
  "maxReviews": 200,
  "filterStars": "1",
  "filterLanguage": "en",
  "onlyVerified": false,
  "onlyWithReplies": false
}
```

## Output

```json
{
  "businessName": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "authorCountry": {
    "label": "Country",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "replyText": {
    "label": "Reply",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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