# Competitor App Review Tracker — iOS & Android

**Use case:** 

Track new reviews across a set of rival apps on both stores to mine complaints and feature requests. $0.002 each.

## Input

```json
{
  "apps": [
    "com.dd.doordash",
    "com.ubercab.eats",
    "com.grubhub.android"
  ],
  "countries": [
    "us"
  ],
  "monitorId": "example-food-delivery-rivals",
  "maxNewReviewsPerAppCountry": 25,
  "includeVersionSummary": true
}
```

## Output

```json
{
  "detectedAt": {
    "label": "Detected",
    "format": "date"
  },
  "store": {
    "label": "Store",
    "format": "text"
  },
  "appId": {
    "label": "App",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "appVersion": {
    "label": "App version",
    "format": "text"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "reviewedAt": {
    "label": "Reviewed",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [App Review Delta Monitor — Google Play + App Store New Reviews](https://apify.com/kaz_kakyo/app-review-delta) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/app-review-delta) to learn more, explore other use cases, and run it yourself.