# Crash and Bug Reports Across Top iOS Apps

**Use case:** 

Keyword-filtered reviews mentioning crash, freeze, bug or glitch across the biggest social and messaging apps.

## Input

```json
{
  "appIds": [
    "284882215",
    "389801252",
    "835599320",
    "333903271",
    "447188370",
    "310633997",
    "686449807",
    "874139669",
    "454638411"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 200,
  "maxTotalReviews": 400,
  "minRating": 1,
  "maxRating": 3,
  "reviewedAfter": "",
  "keywords": [
    "crash",
    "freeze",
    "bug",
    "glitch"
  ],
  "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.