# Get exact TikTok hashtag stats for Roblox

**Use case:** 

See exact TikTok video and view counts for the public #roblox hashtag with fast direct HTTP extraction.

## Input

```json
{
  "hashtags": [
    "roblox"
  ],
  "maxConcurrency": 1,
  "requestTimeoutSecs": 10,
  "maxRequestRetries": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "video_count": {
    "label": "Video Count",
    "format": "number"
  },
  "view_count": {
    "label": "View Count",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "is_commerce_hashtag": {
    "label": "Commerce Hashtag",
    "format": "boolean"
  },
  "challenge_id": {
    "label": "Challenge ID",
    "format": "string"
  },
  "_source": {
    "label": "Data Source",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Hashtag Stats — Exact Counts, $0.50 per 1K](https://apify.com/funny_ground/tiktok-hashtag-stats) with a specific input configuration. Visit the [Actor detail page](https://apify.com/funny_ground/tiktok-hashtag-stats) to learn more, explore other use cases, and run it yourself.