Search users — TikTok API
Searches TikTok for user profiles matching a query. Fixed page size of 10 (platform limit). Returns profile details including follower counts and verification status.
GET
/v1/tiktok/search/users1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/search/users. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Niche creator discovery by keyword, topic, or industry
- Competitor account identification and prospecting lists
- Micro-influencer discovery for targeted campaigns
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/search/users", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters3
- queryrequiredIn · QueryType · stringSearch query
- countIn · QueryType · integerPage size (fixed at 10 by the platform)10–10default 10
- cursorIn · QueryType · stringPagination cursordefault 0
What you will probably call next.
The TikTok endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.