datasets_creators_search
Search TikTok creators by handle, niche, country, follower count, and verified status. Filter by email presence and include inactive accounts for historical lookups. Sort by followers, engagement, likes, or relevance.
Instructions
Search the TikTok creators dataset. Searches TikTok creators stored in a search index (one document per creator), with follower counts, verified status, niche, and engagement. Deleted and private accounts are excluded by default; set include_inactive=true to include them for historical lookups. Sort enum: followers_desc, engagement_desc, likes_desc, relevance. Coverage note: followers_desc, likes_desc, and relevance are backed by profile fields present across the full dataset; the post-level engagement metrics (engagement_rate, avg_views, and the nested post_stats object) and the engagement_desc sort are currently populated for a growing subset of creators, prioritizing the highest-reach accounts. Creators without these metrics are still returned but sort last under engagement_desc and omit those fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over handle, nickname and bio, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: followers_desc, engagement_desc, likes_desc, relevance. engagement_desc ranks by post-level engagement rate, currently populated for a subset of creators (highest-reach first); creators without it sort last | |
| niche | No | Exact content-niche filter, max 128 characters | |
| handle | No | Exact handle lookup (case-insensitive), e.g. khaby.lame; returns the single creator with that exact @handle | |
| country | No | Exact creator country/region filter, max 128 characters | |
| verified | No | Filter by verified badge; true keeps only verified creators | |
| has_email | No | Filter by contact-email presence; true keeps only creators with an email | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| min_followers | No | Minimum follower count | |
| include_inactive | No | Include deleted/private accounts; defaults to false (only live accounts returned) |