# Find US fitness coaching apps missing German

**Use case:** 

Search up to 50 US App Store fitness coaching apps, detect missing German support, and export ratings, languages, pricing, and developer metadata.

## Input

```json
{
  "mode": "search",
  "country": "us",
  "searchTerm": "fitness coach",
  "maxResults": 50,
  "appIds": [
    "337472899"
  ],
  "includeReviews": false,
  "checkLanguage": "de",
  "reviewPages": 3,
  "filterKeywords": [
    "translate",
    "french",
    "bug"
  ]
}
```

## 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.