# TikTok gaming hashtag view counts

**Use case:** 

Exact TikTok view and video counts for gaming hashtags, one row each: roblox, minecraft, fortnite, gaming and gta6, with the average views per video and the rounded figure TikTok sends beside the exact one. For game marketers and creators comparing the size of gaming communities on TikTok. Export as JSON, CSV or Excel.

## Input

```json
{
  "hashtags": [
    "roblox",
    "minecraft",
    "fortnite",
    "gaming",
    "gta6"
  ],
  "maxResults": 10,
  "monitoringMode": false,
  "monitorMode": "any-change",
  "minViewIncrease": 0,
  "resetMonitoringState": false,
  "useProxy": true
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "viewCount": {
    "label": "View Count",
    "format": "string"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "string"
  },
  "averageViewsPerVideo": {
    "label": "Average Views Per Video",
    "format": "string"
  },
  "viewCountRounded": {
    "label": "View Count Rounded",
    "format": "string"
  },
  "viewCountRoundingGap": {
    "label": "View Count Rounding Gap",
    "format": "string"
  },
  "change": {
    "label": "Change",
    "format": "string"
  },
  "viewCountDelta": {
    "label": "View Count Delta",
    "format": "string"
  },
  "videoCountDelta": {
    "label": "Video Count Delta",
    "format": "string"
  },
  "viewsPerHour": {
    "label": "Views Per Hour",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "inputHashtag": {
    "label": "Input Hashtag",
    "format": "string"
  },
  "hashtagMatchesInput": {
    "label": "Hashtag Matches Input",
    "format": "string"
  },
  "challengeId": {
    "label": "Challenge Id",
    "format": "string"
  },
  "hashtagUrl": {
    "label": "Hashtag Url",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "isCommerce": {
    "label": "Is Commerce",
    "format": "string"
  },
  "isFirstCheck": {
    "label": "Is First Check",
    "format": "string"
  },
  "previousCheckedAt": {
    "label": "Previous Checked At",
    "format": "string"
  },
  "previousViewCount": {
    "label": "Previous View Count",
    "format": "string"
  },
  "previousVideoCount": {
    "label": "Previous Video Count",
    "format": "string"
  },
  "hoursSincePreviousCheck": {
    "label": "Hours Since Previous Check",
    "format": "string"
  },
  "videosPerHour": {
    "label": "Videos Per Hour",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search Url",
    "format": "string"
  },
  "tiktokStatusCode": {
    "label": "Tiktok Status Code",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Hashtag Stats Scraper & Monitor - Views & Video Growth](https://apify.com/neverempty/tiktok-hashtag-stats-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/tiktok-hashtag-stats-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/tiktok-hashtag-stats-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
