tiktok_user_followings
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
List who a TikTok user follows. Costs ~20 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "TikTok profile URL, e.g. https://tiktok.com/@username."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 50, max 500. Billed per result."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries