Get TikTok followers: pay per use, no API key
Use TikHub from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Fetch a public TikTok account's follower list through TikHub using the account's `sec_uid`.
Price and execution
- Price
- $0.001
- Pricing model
- Fixed price per successful call
- Execution class
- fast
Limits
No additional limits are published for this tool.
Parameters
Fields tiktok.followers accepts as JSON input.
limitintegerOptionalMaximum number of records to return.
cursorstringOptionalOpaque pagination cursor returned by a previous response; omit for the first page.
sec_uidstringRequiredTikTok `sec_uid` from `tiktok.profile`. This is not the `@username`.
user_idstringOptionalOptional numeric TikTok user ID to send with the request.
Raw input JSON Schema
{
"type": "object",
"required": [
"sec_uid"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1,
"description": "Maximum number of records to return."
},
"cursor": {
"type": "string",
"maxLength": 2000,
"description": "Opaque pagination cursor returned by a previous response; omit for the first page."
},
"sec_uid": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "TikTok `sec_uid` from `tiktok.profile`. This is not the `@username`."
},
"user_id": {
"type": "string",
"maxLength": 40,
"minLength": 1,
"description": "Optional numeric TikTok user ID to send with the request."
}
},
"additionalProperties": false
}Returns
Fields a successful tiktok.followers call returns.
countintegerRequiredresultsanyRequiredRaw TikHub payload. List endpoints usually nest rows under keys such as `itemList`.
retrieved_atstring (date-time)Requiredprovider_request_idstring | nullRequired
Raw output JSON Schema
{
"type": "object",
"required": [
"results",
"count",
"provider_request_id",
"retrieved_at"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"results": {
"description": "Raw TikHub payload. List endpoints usually nest rows under keys such as `itemList`."
},
"retrieved_at": {
"type": "string",
"format": "date-time"
},
"provider_request_id": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the tiktok.followers tool with this input: {"sec_uid":"MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM","limit":1}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
- Handles Personal Data
- Yes
How this compares to using TikHub directly
You do not need a separate TikHub account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.001Get public X followersFetch a public X (Twitter) account's followers through TikHub.TikHub
twitter.followersInstant - $0.001Get TikTok followingFetch accounts a public TikTok user follows through TikHub using the account's `sec_uid`.TikHub
tiktok.followingInstant - $0.001Get a LinkedIn companyFetch a public LinkedIn company profile by URL or slug through TikHub.TikHub
linkedin.companyInstant - $0.001Get a LinkedIn profileFetch a public LinkedIn person profile by URL or slug through TikHub.TikHub
linkedin.profileInstant - $0.001Get a public X profileFetch a public X (Twitter) profile through TikHub without requiring that user's account.TikHub
twitter.profileInstant