# TikTok Creator Shortlist Extractor

**Use case:** 

Enrich a campaign shortlist with TikTok profile metrics, bios, verification, and audience signals for outreach.

## Input

```json
{
  "profiles": [
    "@khaby.lame",
    "@zachking",
    "@espn",
    "@washingtonpost"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "likesCount": {
    "label": "Total Likes",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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