# Discover TikTok Influencers Mentioning Your Niche

**Use case:** 

Find TikTok users who are organically mentioning key accounts or brands within your industry to identify potential micro-influencers and brand advocates. This h

## Input

```json
{
  "usernames": [
    "@fashionnova",
    "@sephora",
    "@gymshark"
  ],
  "resultsPerUsername": 200
}
```

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