# Monitor TikTok Mentions for New Product Releases

**Use case:** 

Track mentions of specific product-related usernames or brand sub-accounts on TikTok to gauge initial reception and user engagement. This insight is crucial for

## Input

```json
{
  "usernames": [
    "@apple_iphone",
    "@samsungmobile",
    "@playstation"
  ],
  "resultsPerUsername": 150
}
```

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