# Negative Shopify app review monitor task

**Use case:** 

Monitor 1-star Shopify App Store reviews for merchant complaints, churn signals, pricing issues, and support problems.

## Input

```json
{
  "appSlugs": [
    "klaviyo-email-marketing",
    "judge-me"
  ],
  "reviewUrls": [
    {
      "url": "https://apps.shopify.com/klaviyo-email-marketing/reviews"
    }
  ],
  "maxReviews": 20,
  "maxPagesPerApp": 5,
  "rating": 1,
  "includeDeveloperReplies": true
}
```

## Output

```json
{
  "appName": {
    "label": "App"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewDate": {
    "label": "Date"
  },
  "reviewText": {
    "label": "Review"
  },
  "merchantName": {
    "label": "Merchant"
  },
  "country": {
    "label": "Country"
  },
  "usageDuration": {
    "label": "Usage duration"
  },
  "developerReply": {
    "label": "Developer reply"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "appSlug": {
    "label": "App slug"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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