# 1 and 2-Star Reviews — US Banking Apps

**Use case:** 

Negative-only reviews for Chase, Bank of America, Wells Fargo and Capital One. Written text is required, so star-only ratings never cost you anything.

## Input

```json
{
  "appIds": [
    "298867247",
    "284847138",
    "311548709",
    "407558537"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 200,
  "maxTotalReviews": 400,
  "minRating": 1,
  "maxRating": 2,
  "reviewedAfter": "",
  "keywords": [],
  "onlyReviewsWithText": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "country": {
    "label": "Storefront code",
    "format": "string"
  },
  "appAverageRating": {
    "label": "App average rating",
    "format": "number"
  },
  "appRatingCount": {
    "label": "App rating count",
    "format": "integer"
  },
  "appAverageRatingCurrentVersion": {
    "label": "Average rating, current version",
    "format": "number"
  },
  "appRatingCountCurrentVersion": {
    "label": "Rating count, current version",
    "format": "integer"
  },
  "appPrimaryGenre": {
    "label": "Primary category",
    "format": "string"
  },
  "appDeveloper": {
    "label": "Developer",
    "format": "string"
  },
  "appFormattedPrice": {
    "label": "Price label",
    "format": "string"
  },
  "appContentRating": {
    "label": "Age rating",
    "format": "string"
  },
  "appMinimumOsVersion": {
    "label": "Minimum iOS version",
    "format": "string"
  },
  "appSizeBytes": {
    "label": "App size (bytes)",
    "format": "integer"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "string"
  }
}
```

## About this Actor

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