Get user following list — TikTok API
Returns a paginated list of accounts a TikTok user follows. Maximum 30 per page. Includes profile details for each followed account.
GET
/v1/tiktok/users/{username}/following1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/users/{username}/following. 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
- Influencer network and relationship graph analysis
- Competitor brand affinity and partnership mapping
- Community structure research for social graph modeling
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/users/khaby.lame/following", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters3
- usernamerequiredIn · PathType · stringTikTok username (with or without @ symbol)
- countIn · QueryType · integerNumber of users to fetch (maximum: 30)1–30default 30
- 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.