# App Store Sentiment & Emerging Issues

**Use case:** 

Turn App Store reviews into aspect-level sentiment and emerging issues, with competitor gaps. Know what users love and complain about, scored and ranked.

## Input

```json
{
  "appIds": [
    "324684580",
    "1017492454"
  ],
  "countries": [
    "us"
  ],
  "pagesPerCountry": 3,
  "minMentions": 3
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "App"
  },
  "app_id": {
    "label": "App ID"
  },
  "total_reviews": {
    "label": "Reviews"
  },
  "avg_rating": {
    "label": "Avg ★"
  },
  "top_complaints": {
    "label": "Top complaints"
  },
  "top_praise": {
    "label": "Top praise"
  },
  "emerging_issues": {
    "label": "Emerging issues"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Review Intelligence: Sentiment & Competitor Gaps](https://apify.com/datasignalslab/app-store-review-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/app-store-review-intelligence) to learn more, explore other use cases, and run it yourself.