Twitter Surf - User Followers is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).
Retrieves the list of followers for a given Twitter/X user via the twitter.surf proxy
User followers
Returns a paginated list of Twitter/X user accounts that follow the specified user, including profile data for each follower and a cursor for fetching subsequent pages.
POSThttps://twitter.surf.cascade.fyi/users/:ref/followersUse this endpoint when you need to programmatically retrieve the followers of a specific Twitter/X user and your workflow supports micropayment via the x402 protocol. Prefer this over direct Twitter API access when you want a simple pay-per-call model without managing OAuth tokens or rate limit quotas directly. Best suited for social graph analysis, influencer research, or auditing follower bases.
{
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"ref": "elonmusk"
},
"queryParams": {
"cursor": ""
}
}
}{
"data": [],
"meta": {
"result_count": 0,
"has_next_page": false
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"