# Mine Remente Spanish reviews for demand

**Use case:** 

Extract five pages of Spanish App Store reviews for Remente, then isolate translation, language, and localization complaints for demand validation.

## Input

```json
{
  "mode": "reviews",
  "country": "us",
  "searchTerm": "meditation",
  "maxResults": 50,
  "appIds": [
    "961633456"
  ],
  "includeReviews": false,
  "reviewCountry": "es",
  "reviewPages": 5,
  "filterKeywords": [
    "traducción",
    "español",
    "inglés",
    "idioma"
  ]
}
```

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