# WhatsApp Version History Across US, UK and Germany

**Use case:** 

WhatsApp reviews from three storefronts with the reviewed build stamped on each row. Shows how fast each market moves onto a new version and how it scores.

## Input

```json
{
  "appIds": [
    "310633997"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us",
    "gb",
    "de"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 150,
  "maxTotalReviews": 450,
  "minRating": 1,
  "maxRating": 5,
  "reviewedAfter": "",
  "keywords": [],
  "onlyReviewsWithText": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "country": {
    "label": "Storefront code",
    "format": "string"
  },
  "reviewAppVersion": {
    "label": "App version reviewed",
    "format": "string"
  },
  "rating": {
    "label": "Star rating",
    "format": "integer"
  },
  "reviewedAt": {
    "label": "Reviewed at (UTC)",
    "format": "string"
  },
  "isCurrentVersion": {
    "label": "Is current version",
    "format": "boolean"
  },
  "appCurrentVersion": {
    "label": "Current app version",
    "format": "string"
  },
  "appCurrentVersionReleaseDate": {
    "label": "Current version released at (UTC)",
    "format": "string"
  },
  "appReleaseNotes": {
    "label": "Release notes",
    "format": "string"
  },
  "appFirstReleaseDate": {
    "label": "First released at (UTC)",
    "format": "string"
  }
}
```

## About this Actor

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