# Google Play Reviews Country Comparison

**Use case:** 

Scrape public Google Play reviews with ratings, review text, dates, helpful votes, app versions, and developer replies for ASO monitoring. Use it for google...

## Input

```json
{
  "apps": [
    "com.google.android.youtube"
  ],
  "maxReviews": 25,
  "country": "US",
  "language": "en",
  "sort": "helpfulness"
}
```

## Output

```json
{
  "appName": {
    "label": "App"
  },
  "appId": {
    "label": "App ID"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewText": {
    "label": "Review"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "thumbsUpCount": {
    "label": "Helpful votes"
  },
  "developerReplyText": {
    "label": "Developer reply"
  },
  "developerReplyDate": {
    "label": "Reply date"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "appVersion": {
    "label": "App version"
  },
  "country": {
    "label": "Country"
  },
  "language": {
    "label": "Language"
  },
  "reviewUrl": {
    "label": "Review URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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