TikTok User Followings API
List TikTok user followings with full metadata for each item.
GET request to /v1/tiktok/user-followings that responds with clean JSON and costs ~20 credits (0.4/result). Pass cache=true for a free 24h cache hit; default is always fresh. Start with 100 free credits — no credit card.What is the TikTok User Followings API?
The TikTok User Followings API lets you list items in bulk with metadata for TikTok user followings with a single REST call. No OAuth, no infrastructure to maintain, and no platform SDKs — send the request, get clean structured JSON back. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh.
What you get
- Bulk list of user followings with metadata
- Dates, URLs, and engagement fields when available
- Configurable result limit
- Ideal for monitoring and content pipelines
Try it
Fill in the parameters below and copy a ready-to-run request, or open the live Playground to run it against your account (no API key paste).
Parameters
curl "https://api.captapi.com/v1/tiktok/user-followings?url=https%3A%2F%2Fwww.tiktok.com%2F%40khaby.lame" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."Edit the parameters and the code updates instantly. Switch languages and hit copy.
Example response
{
"success": true,
"data": {
"url": "https://www.tiktok.com/@khaby.lame",
"totalReturned": 5,
"followings": [
{
"username": "user927647273",
"displayName": "user927647273",
"bio": "secret",
"url": "https://www.tiktok.com/@user927647273",
"followers": 9282,
"following": 4,
"verified": false,
"profileImage": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/c70537d713e096c514e7e8e27be0cf39~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=616e8df2&x-expires=1785405600&x-signature=w%2BadFFsdbgxPDur8Y6yIeu5%2FYU8%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my2"
},
{
"username": "fifaworldcup",
"displayName": "FIFA World Cup",
"bio": "🏆 The official #FIFAWorldCup account on TikTok",
"url": "https://www.tiktok.com/@fifaworldcup",
"followers": 86600000,
"following": 93,
"verified": true,
"profileImage": "https://p16-common-sign.tiktokcdn.com/tos-useast2a-avt-0068-euttp/d260685754e3ae8139f47e7ec9fda7e9~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=4d3bd79a&x-expires=1785405600&x-signature=UpkTTNy5CO1ckN0jnBQ1jrq4nRo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my2"
},
{
"username": "tiktokcreators",
"displayName": "tiktok creators",
"bio": "The official account for TikTok Creators who inspire creativity and bring joy ✨\n\n⬇️ Creator Growth Challenge 💰⬇️",
"url": "https://www.tiktok.com/@tiktokcreators",
"followers": 8500000,
"following": 568,
"verified": true,
"profileImage": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/7310199914919673862~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=1e72a8a7&x-expires=1785405600&x-signature=LMjOcpQXxIoqMurpObGJ%2FP7QjsQ%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my2"
},
{
"username": "christianzammataro",
"displayName": "Zamma",
"bio": "Videomaker\nZammaVerse\nVision•Sketch•Backstage•Nature•Prod•Card",
"url": "https://www.tiktok.com/@christianzammataro",
"followers": 13000,
"following": 209,
"verified": false,
"profileImage": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/acdcc4d8e8390e04aa827d01f0ec161f~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=d646a014&x-expires=1785405600&x-signature=3Tp8hVjMxhKPOKseqAQJwZRde10%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my2"
},
{
"username": "mouhamed.mamba",
"displayName": "mouhamed niang",
"bio": "🐍Mamba\n🥊k1 pro fighter\n🕋Fede, disciplina e sacrificio.",
"url": "https://www.tiktok.com/@mouhamed.mamba",
"followers": 15300,
"following": 121,
"verified": false,
"profileImage": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/e4933cfd8c6de6ab18e4ae1fea6e12cb~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=1bcb3898&x-expires=1785405600&x-signature=6fpMDSKVNCJE%2FpikJbVXEryrtfk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my2"
}
]
}
}Billing metadata is returned in response headers: X-Captapi-Credits (credits charged), X-Captapi-Cache (hit or miss), and X-Captapi-Source. Failed requests (4xx/5xx) are never charged. See the full list of error codes in the error reference.
Response structure
A successful call returns success, cached, creditsUsed, and a data object with the following fields:
Top-level fields
urlCanonical URL of the item.totalReturnedNumber of items returned in this response.
Followings
Each item in followings contains:
usernameAccount username / handle.displayNameDisplay name of the account.bioProfile bio or description.urlCanonical URL of the item.followersFollower count.followingNumber of accounts followed.verifiedWhether the account is verified.profileImageProfile image URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | TikTok profile URL, @handle, or username, e.g. https://tiktok.com/@username. Not a YouTube channel URL. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble. |
| limit | integer | No | Max items to return (default 50, max 500). Billed per result. |
| cache | boolean | No | Set true to serve from the 24h response cache. Default false — always fetch fresh data. |
Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs ~20 credits (0.4/result) — billed per result, so the exact amount scales with how many items you request. Pass cache=true for a free 24h cache hit; default is always fresh (metrics refresh within ~1 hour).
tiktok_user_followings via @captapi/mcp. Set it up →How it works
- 1. Sign up — get 100 free credits, no card required.
- 2. Create a key from your dashboard.
- 3. Send one request to
/v1/tiktok/user-followingsand parse the JSON response.
Use cases
Content Pipelines
Ingest a channel's catalog in bulk.
Monitoring
Detect new uploads automatically.
Archiving
Snapshot a creator's full library.
Analytics
Aggregate performance across many videos.
Frequently asked questions
What does the TikTok User Followings API do?+
The TikTok User Followings API lets you list items in bulk with metadata from a public TikTok user followings using one GET request to /v1/tiktok/user-followings. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the TikTok User Followings API cost?+
At the default limit this endpoint costs 20 credits (0.4 per result). Billing scales with how many results you request. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.
Do I need a TikTok API key or OAuth?+
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.
Is the TikTok User Followings API suitable for production use?+
Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.
More TikTok APIs
Ready to use the TikTok User Followings API?
Sign up, grab your key, and make your first call in 60 seconds.