# Facebook App Store Reviews in Australia

**Use case:** 

Scrape Facebook app reviews and ratings from the Australian App Store.

## Input

```json
{
  "appIds": [
    "284417350"
  ],
  "appUrls": [],
  "searchTerm": "Facebook",
  "searchLimit": 1,
  "country": "au",
  "maxReviews": 500,
  "sortBy": "mostRecent",
  "includeAppMetadata": false
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Review",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "appVersion": {
    "label": "Version",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "updatedAt": {
    "label": "Date",
    "format": "date"
  },
  "appAverageRating": {
    "label": "App rating",
    "format": "number"
  },
  "appRatingCount": {
    "label": "App ratings",
    "format": "number"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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