# Monitor One-Star SaaS Reviews on Trustpilot

**Use case:** 

Track low-rating Trustpilot reviews for SaaS domains to support support QA, churn analysis, and alerts.

## Input

```json
{
  "mode": "reviews",
  "businessUrls": [
    "stripe.com",
    "shopify.com"
  ],
  "reviewSort": "recency",
  "reviewStars": 1,
  "searchQueries": [
    "web hosting"
  ],
  "maxResults": 100
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Business"
  },
  "domain": {
    "label": "Domain"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "numberOfReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "businessName": {
    "label": "Business Name"
  },
  "title": {
    "label": "Review Title"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author"
  },
  "publishedDate": {
    "label": "Published"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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