# Identify Potential TikTok Brand Ambassadors

**Use case:** 

Extract the followers of a relevant niche creator to find potential micro-influencers and brand advocates for your products. This data helps you pinpoint highly

## Input

```json
{
  "usernames": [
    "@foodies",
    "@fashionblogger_xx",
    "@tech_reviews_daily"
  ],
  "listType": "followers",
  "maxUsersPerProfile": 1000,
  "includeStats": true,
  "sessionCookie": "***"
}
```

## Output

```json
{
  "sourceUsername": {
    "label": "Source Profile",
    "format": "text"
  },
  "listType": {
    "label": "List Type",
    "format": "text"
  },
  "userId": {
    "label": "User ID",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "heartCount": {
    "label": "Total Likes",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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