# TikTok Reviews Scraper for Google Play Ratings

**Use case:** 

Scrape a deep sample of the newest TikTok reviews from Google Play. Export star rating, text, author, date and reply as CSV or JSON.

## Input

```json
{
  "appIds": [
    "com.zhiliaoapp.musically"
  ],
  "maxReviewsPerApp": 5000,
  "sort": "newest",
  "filterScore": "",
  "country": "us",
  "lang": "en"
}
```

## Output

```json
{
  "user_name": {
    "label": "👤 User",
    "format": "string"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "content": {
    "label": "📝 Text",
    "format": "string"
  },
  "at": {
    "label": "📅 Date",
    "format": "string"
  },
  "thumbs_up_count": {
    "label": "👍 Thumbs up",
    "format": "integer"
  },
  "reply_content": {
    "label": "💬 Developer reply",
    "format": "string"
  },
  "app_version": {
    "label": "🔢 App version",
    "format": "string"
  }
}
```

## About this Actor

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