# Export Newest Google Play App Reviews

**Use case:** 

Export the newest Google Play reviews for Android apps, including review text, stars, dates, helpful votes, app versions, and app details.

## Input

```json
{
  "queries": [
    "com.spotify.music"
  ],
  "dataType": "reviews",
  "maxAppsPerQuery": 10,
  "fullDetails": true,
  "country": "us",
  "language": "en",
  "maxReviewsPerApp": 100,
  "reviewSort": "newest",
  "requestThrottle": 5
}
```

## Output

```json
{
  "appId": {
    "label": "App id",
    "format": "string"
  },
  "appTitle": {
    "label": "App title",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "reviewId": {
    "label": "Review id",
    "format": "string"
  },
  "date": {
    "label": "Published",
    "format": "string"
  },
  "score": {
    "label": "Stars",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "userName": {
    "label": "User name",
    "format": "string"
  },
  "thumbsUp": {
    "label": "Thumbs up",
    "format": "integer"
  },
  "appVersion": {
    "label": "App version",
    "format": "string"
  },
  "appUrl": {
    "label": "Google Play",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play Store Scraper | 💵$0.5/1K](https://apify.com/webdata_labs/google-play-store-scraper-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-play-store-scraper-api) to learn more, explore other use cases, and run it yourself.