Get public X 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 X (Twitter) account's followers through TikHub.
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 twitter.followers accepts as JSON input.
cursorstringOptionalOpaque pagination cursor returned by a previous response; omit for the first page.
usernamestringRequiredPublic X username, with or without the leading `@`.
Raw input JSON Schema
{
"type": "object",
"required": [
"username"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 2000,
"description": "Opaque pagination cursor returned by a previous response; omit for the first page."
},
"username": {
"type": "string",
"maxLength": 50,
"minLength": 1,
"description": "Public X username, with or without the leading `@`."
}
},
"additionalProperties": false
}Returns
Fields a successful twitter.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 twitter.followers tool with this input: {"username":"OpenAI"}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 a public X profileFetch a public X (Twitter) profile through TikHub without requiring that user's account.TikHub
twitter.profileInstant - $0.001Get an X postFetch one public X (Twitter) post by tweet ID through TikHub.TikHub
twitter.tweetInstant - $0.001Get public X postsFetch a public X (Twitter) user's recent posts through TikHub without requiring that user's account.TikHub
twitter.postsInstant - $0.001Get X trending topicsFetch public X (Twitter) trending topics for a country through TikHub.TikHub
twitter.trendingInstant - $0.001Search X postsSearch public X (Twitter) posts by keyword through TikHub and return the provider's full result data.TikHub
twitter.searchInstant