# App Store Reviews | Ratings Across All Countries

**Use case:** 

Scrape Apple App Store reviews by app name/URL across countries. Get rating, title, body, author, date, version & storefront in clean rows.

## Input

```json
{
  "mode": "search",
  "queries": [
    "Instagram"
  ],
  "appsPerQuery": 1,
  "urls": [
    "https://apps.apple.com/us/app/instagram/id389801252"
  ],
  "countries": [
    "us"
  ],
  "sortBy": "mostRecent",
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 10,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID"
  },
  "appId": {
    "label": "App ID"
  },
  "appName": {
    "label": "App"
  },
  "country": {
    "label": "Country"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "body": {
    "label": "Body"
  },
  "author": {
    "label": "Author"
  },
  "reviewDate": {
    "label": "Date"
  },
  "appVersion": {
    "label": "App version"
  },
  "voteSum": {
    "label": "Vote sum"
  },
  "voteCount": {
    "label": "Vote count"
  },
  "reviewUrl": {
    "label": "Review URL"
  }
}
```

## About this Actor

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