# Track TikTok Hashtag Challenge Mentions

**Use case:** 

Scrape videos mentioning official challenge accounts or brand-sponsored usernames to monitor participation and engagement in your TikTok campaigns. Understand t

## Input

```json
{
  "usernames": [
    "@tiktok_challenge",
    "@challenge_brandx",
    "@viral_dance_official"
  ],
  "resultsPerUsername": 120
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "authorMeta.name": {
    "label": "Author",
    "format": "text"
  },
  "text": {
    "label": "Caption",
    "format": "text"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "searchedUsername": {
    "label": "Searched @",
    "format": "text"
  },
  "webVideoUrl": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Profile Mention Scraper](https://apify.com/crawlerbros/tiktok-profile-mention-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-profile-mention-scraper) to learn more, explore other use cases, and run it yourself.