tiktok_popular_creators
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Popular TikTok creators by country and ranking mode. Costs ~28 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"properties": {
"sort": {
"type": "string",
"description": "follower, engagement, or popularity. Default follower."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 20, max 100. Billed per result."
},
"country": {
"type": "string",
"description": "Two-letter ISO country code. Default US."
},
"follower_count": {
"type": "string",
"description": "Optional range: 10k-100k, 100k-1m, 1m-10m, >10m."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries