# Facebook Version History and Review Feed (US)

**Use case:** 

Deep pull of US Facebook reviews with reviewAppVersion on every row, plus the live version, its release date and its release notes.

## Input

```json
{
  "appIds": [
    "284882215"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 500,
  "maxTotalReviews": 500,
  "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.