Search TikTok users by keyword. Returns username, nickname, bio, follower/following counts, total likes, video count, and verification status. Supports fetching multiple pages of results in a single API call.
curl "https://apidirect.io/v1/tiktok/users?query=cooking&pages=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"users": [
{
"username": "cookingwithshereen",
"nickname": "Shereen Pavlides",
"user_id": "6812601268610257926",
"bio": "Chef | Author | TV Host",
"verified": true,
"is_private": false,
"followers": 483313,
"following": 47,
"likes": 3090163,
"video_count": 728,
"avatar": "https://p16-sign.tiktokcdn-us.com/.../photo.webp",
"url": "https://www.tiktok.com/@cookingwithshereen"
}
],
"pages": 1,
"count": 30
}
Each result includes username, nickname, user ID, bio, verification status, privacy status, follower/following counts, total likes, video count, avatar URL, and profile link.
Each page returns up to 30 user results. You can fetch up to 10 pages (300 users) in a single request.
Yes, each user profile includes follower count, following count, total likes received, and total videos posted.
You only pay for successful requests. The TikTok Search Users API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key