Use natural keywords such as niches, brand names, or role phrases like "fitness coach".
Search public TikTok accounts by keyword
Search TikTok user results for a keyword and return normalized user identity plus follower/like signals with cursor pagination.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/search-users', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"query": "fitness coach",
"cursor": 0
})
});
const { data } = await response.json();
console.log(data.users[0]?.username, data.users[0]?.followers);Everything you need for reliable tiktok search users workflows.
Search creators, brands, and niche accounts without needing a starting profile.
Read follower, following, and like counts directly from search results.
Paginate through larger result sets for wide creator discovery workflows.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"success": true,
"data": {
"query": "fitness coach",
"users": [
{
"id": "682930192",
"secUid": "MS4wLjABAAAA...",
"username": "fitcoachdaily",
"nickname": "Fit Coach Daily",
"signature": "Workouts, nutrition, recovery.",
"avatar": "https://p16-sign.tiktokcdn.com/...",
"verified": false,
"followers": 248000,
"following": 91,
"likes": 3200000,
"roomId": null,
"region": "US",
"language": "en"
}
],
"pagination": {
"cursor": 12,
"hasMore": true
},
"timing": {
"total": 2484
},
"creditsUsed": 1,
"creditsRemaining": 94
}
}Common applications for TikTok Search Users.
Build candidate lists for influencer and affiliate programs.
Find active accounts in a category or market quickly.
Discover public TikTok entities relevant to a vertical or keyword.
Everything you need to know about the TikTok Search Users API.
Use natural keywords such as niches, brand names, or role phrases like "fitness coach".
Yes. Send cursor from the previous response to continue the result set.
TikTok Search Users uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.