# Android App Reviews Scraper – Google Play Export

**Use case:** 

Scrape and export Google Play Store reviews (rating, title, body, author, app version) for any Android app. One-click, pay-per-result, no start fee.

## Input

```json
{
  "mode": "reviews",
  "appIds": [
    "com.spotify.music"
  ],
  "maxSearchResults": 30,
  "country": "us",
  "lang": "en",
  "maxReviewsPerApp": 50,
  "reviewsSort": "newest"
}
```

## Output

```json
{
  "appId": {
    "label": "Package",
    "format": "text"
  },
  "userName": {
    "label": "User",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "body": {
    "label": "Review",
    "format": "text"
  },
  "thumbsUp": {
    "label": "Helpful",
    "format": "number"
  },
  "appVersion": {
    "label": "Version",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "developerResponse": {
    "label": "Dev reply",
    "format": "text"
  }
}
```

## About this Actor

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