# Login and Authentication Failures — Fintech Apps

**Use case:** 

Reviews mentioning login, password, verification or locked across the major US neobank and banking apps. An early-warning feed for auth incidents.

## Input

```json
{
  "appIds": [
    "836215269",
    "711923939",
    "351727428",
    "932493382",
    "298867247",
    "284847138",
    "311548709",
    "407558537"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 150,
  "maxTotalReviews": 500,
  "minRating": 1,
  "maxRating": 3,
  "reviewedAfter": "",
  "keywords": [
    "login",
    "log in",
    "password",
    "verification",
    "locked"
  ],
  "onlyReviewsWithText": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reviewedAt": {
    "label": "Reviewed at (UTC)",
    "format": "string"
  },
  "rating": {
    "label": "Star rating",
    "format": "integer"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review text",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer nickname",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "country": {
    "label": "Storefront code",
    "format": "string"
  },
  "reviewAppVersion": {
    "label": "App version reviewed",
    "format": "string"
  },
  "helpfulVoteSum": {
    "label": "Helpful vote balance",
    "format": "integer"
  },
  "reviewUrl": {
    "label": "Reviews page 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.