# Collect App Store reviews for product feedback

**Use case:** 

Collect public App Store reviews for product feedback, support triage, voice-of-customer research, and feature request analysis.

## Input

```json
{
  "mode": "lookup",
  "targets": [
    "https://apps.apple.com/us/app/whatsapp-messenger/id310633997",
    "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"
  ],
  "country": "us",
  "maxAppsPerTarget": 25,
  "chartCollection": "top-free",
  "includeReviews": true,
  "reviewLimit": 25,
  "reviewSort": "mostRecent"
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "chartCollection": {
    "label": "Chart",
    "format": "string"
  },
  "sourceRank": {
    "label": "Rank",
    "format": "integer"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "primaryGenre": {
    "label": "Genre",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "integer"
  },
  "version": {
    "label": "Version",
    "format": "string"
  }
}
```

## About this Actor

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