# Monitor Competitor App Reviews & Ratings

**Use case:** 

Track the latest customer reviews and average ratings for key competitor applications. Gain insights into user sentiment, pain points, and feature requests to e

## Input

```json
{
  "searchTerms": [
    "calculator"
  ],
  "appIds": [
    "544007664",
    "284882215",
    "906359599",
    "1026601438"
  ],
  "country": "us",
  "maxResults": 5,
  "includeReviews": true,
  "reviewPages": 3
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formatted Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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