# Apple Reviews Feature Request Mining

**Use case:** 

Export iOS app reviews likely to contain feature requests so product teams can classify and prioritize user feedback.

## Input

```json
{
  "appUrlsOrIds": [
    "324684580"
  ],
  "country": "us",
  "allMajorMarkets": false,
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 25,
  "maxAppCountryPairs": 100,
  "maxConcurrency": 3,
  "includeAppMetadata": true,
  "minRating": 1,
  "maxRating": 5,
  "onlyNewReviews": false
}
```

## Output

```json
{
  "recordId": {
    "label": "Stable record ID",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "voteSum": {
    "label": "Helpful vote score",
    "format": "number"
  },
  "voteCount": {
    "label": "Helpful vote count",
    "format": "number"
  },
  "version": {
    "label": "Reviewed version",
    "format": "string"
  },
  "title": {
    "label": "Review title",
    "format": "string"
  },
  "content": {
    "label": "Review text",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "updatedAt": {
    "label": "Review date",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  },
  "authorUri": {
    "label": "Author URI",
    "format": "string"
  },
  "appUrl": {
    "label": "App URL",
    "format": "string"
  },
  "sourceFeedUrl": {
    "label": "Source feed URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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