# iOS App Reviews Scraper – Apple App Store to JSON

**Use case:** 

Scrape and export Apple App Store reviews (rating, title, body, author, version, country) for any iOS app. One-click, pay-per-result, no start fee.

## Input

```json
{
  "mode": "reviews",
  "appIds": [
    "389801252"
  ],
  "country": "us",
  "lang": "en-US",
  "maxReviewsPerApp": 50,
  "reviewsSort": "mostRecent",
  "maxSearchResults": 50
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "userName": {
    "label": "User",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Review",
    "format": "text"
  },
  "appVersion": {
    "label": "Version",
    "format": "text"
  },
  "voteCount": {
    "label": "Votes",
    "format": "number"
  },
  "voteSum": {
    "label": "Net votes",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  }
}
```

## About this Actor

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