# Scrape app reviews from Google Play & App Store

**Use case:** 

Pull reviews from Google Play and the Apple App Store in one run — rating, text, author, version, date, and developer replies, as clean JSON. Proxyless.

## Input

```json
{
  "apps": [
    "com.whatsapp",
    "310633997"
  ],
  "maxReviewsPerApp": 200,
  "sort": "newest",
  "includeAppDetails": true,
  "language": "en",
  "country": "us",
  "appleCountries": [
    "gb",
    "de",
    "au"
  ],
  "maxItems": 0,
  "concurrency": 4
}
```

## Output

```json
{
  "store": {
    "label": "Store"
  },
  "appId": {
    "label": "App"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "userName": {
    "label": "Author"
  },
  "date": {
    "label": "Date"
  },
  "thumbsUp": {
    "label": "Helpful votes"
  },
  "appVersion": {
    "label": "App version"
  }
}
```

## About this Actor

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