# Top Popular TikTok Creators in the US Right Now

**Use case:** 

Get the most popular TikTok creators in the US with handles, follower counts, verification, and bio links. For influencer outreach lists. No login.

## Input

```json
{
  "mode": "popular_creators",
  "queries": [],
  "hashtags": [],
  "songUrls": [],
  "region": "US",
  "maxResults": 50,
  "minFollowers": 100000,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "username": {
    "label": "@Handle",
    "format": "string"
  },
  "displayName": {
    "label": "Name",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "followingCount": {
    "label": "Following",
    "format": "integer"
  },
  "heartCount": {
    "label": "Total Likes",
    "format": "integer"
  },
  "videoCount": {
    "label": "# Videos",
    "format": "integer"
  },
  "avgLikesPerVideo": {
    "label": "Avg Likes/Video",
    "format": "integer"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "bioLink": {
    "label": "Bio Link",
    "format": "string"
  },
  "avatarUrl": {
    "label": "Avatar",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

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