# Mobile Gaming TikTok Hashtag Analytics

**Use case:** 

Analyze mobile gaming TikTok hashtags like Mobile Legends with post counts, views, related trending tags and top videos for gaming marketing.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "hashtags": [
    "mlbb"
  ],
  "expand": true,
  "region": "US",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Cover",
    "format": "image"
  },
  "hashtagName": {
    "label": "Hashtag",
    "format": "text"
  },
  "videoViews": {
    "label": "Video Views",
    "format": "number"
  },
  "videoViewsWow": {
    "label": "Views WoW",
    "format": "number"
  },
  "postCount": {
    "label": "Posts",
    "format": "number"
  },
  "postCountWow": {
    "label": "Posts WoW",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "relatedHashtags": {
    "label": "Related Hashtags",
    "format": "array"
  },
  "topVideos": {
    "label": "Top Videos",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Hashtag Analytics & Trends Scraper](https://apify.com/scrapers_lat/tiktok-hashtag-analytics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/tiktok-hashtag-analytics-scraper) to learn more, explore other use cases, and run it yourself.