# CapCut vs InShot: Compare App Store Reviews

**Use case:** 

Compare CapCut and InShot iOS reviews side by side to see what users love and hate about each video editor. Competitor analysis for product teams.

## Input

```json
{
  "searchTerm": "notion",
  "appIds": [
    "1500855883",
    "1295261570"
  ],
  "includeReviews": true,
  "maxReviews": 250,
  "reviewsSort": "mostrecent",
  "country": "us",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "averageUserRating": {
    "label": "Rating",
    "format": "number"
  },
  "userRatingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Price",
    "format": "text"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  }
}
```

## About this Actor

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