# Deep scan US productivity apps for German demand

**Use case:** 

Search 25 US productivity apps, check German support, collect two pages of local reviews per app, and surface localization complaints.

## Input

```json
{
  "mode": "search",
  "country": "us",
  "searchTerm": "productivity",
  "maxResults": 25,
  "appIds": [
    "337472899"
  ],
  "includeReviews": true,
  "checkLanguage": "de",
  "reviewCountry": "de",
  "reviewPages": 2,
  "filterKeywords": [
    "übersetzung",
    "deutsch",
    "englisch",
    "sprache"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "App Name (Search)",
    "format": "text"
  },
  "appName": {
    "label": "App Name (Reviews)",
    "format": "text"
  },
  "trackId": {
    "label": "App ID (Search)",
    "format": "number"
  },
  "appId": {
    "label": "App ID (Reviews)",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "matchingReviewCount": {
    "label": "Matching Reviews",
    "format": "number"
  },
  "totalReviewsFetched": {
    "label": "Total Reviews",
    "format": "number"
  },
  "filterKeywords": {
    "label": "Filters Used",
    "format": "text"
  }
}
```

## About this Actor

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