# Track TikTok Brand Mentions for Reputation Management

**Use case:** 

Monitor all TikTok videos mentioning your brand's username to stay on top of user-generated content and brand sentiment. Proactively address customer feedback, 

## Input

```json
{
  "usernames": [
    "@nike",
    "@starbucks_official",
    "@cocacola"
  ],
  "resultsPerUsername": 100
}
```

## 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.