# Mobile Gaming TikTok: What's Popping Right Now

**Use case:** 

Which phone gaming clips are going crazy right now? Catch the trending audio and game tags mobile streamers use to get pushed.

## Input

```json
{
  "category": "mobile gaming",
  "maxTrends": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "trendId": {
    "label": "Trend ID",
    "format": "string"
  },
  "name": {
    "label": "Trend Name",
    "format": "string"
  },
  "trendType": {
    "label": "Trend Type",
    "format": "string"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "integer"
  },
  "totalViews": {
    "label": "Total Views",
    "format": "integer"
  },
  "growthRate": {
    "label": "Growth Rate",
    "format": "number"
  },
  "daysSinceEmergence": {
    "label": "Days Since Emergence",
    "format": "integer"
  },
  "engagementRate": {
    "label": "Engagement Rate",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Trends - What Is Blowing Up Right Now](https://apify.com/reapx/tiktok-trends) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/tiktok-trends) to learn more, explore other use cases, and run it yourself.