# Monitor Slack App Store Reviews - App Store Reviews API

**Use case:** 

Ready-made task to monitor Slack's Apple App Store reviews with rating distribution, complaint themes, and version signals for ongoing review tracking.

## Input

```json
{
  "appIds": [
    "618783545"
  ],
  "appUrls": [
    "https://apps.apple.com/us/app/slack/id618783545"
  ],
  "appNames": [
    "Slack",
    "Shopify"
  ],
  "countries": [
    "us"
  ],
  "sortBy": "mostrecent",
  "ratings": [],
  "includePositiveReviews": true,
  "maxReviewsPerApp": 50,
  "maxSearchResults": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "appName": {
    "label": "App"
  },
  "appId": {
    "label": "App ID"
  },
  "country": {
    "label": "Country"
  },
  "rating": {
    "label": "Rating"
  },
  "sentiment": {
    "label": "Sentiment"
  },
  "title": {
    "label": "Title"
  },
  "reviewText": {
    "label": "Review"
  },
  "version": {
    "label": "Version"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "themes": {
    "label": "Themes"
  },
  "wordCount": {
    "label": "Words"
  },
  "authorName": {
    "label": "Author"
  },
  "appUrl": {
    "label": "App URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple App Store Reviews API - Review Intelligence](https://apify.com/webdata_labs/apple-app-store-reviews-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/apple-app-store-reviews-api) to learn more, explore other use cases, and run it yourself.