← Back to catalog
twitter.followers
mock data$0.003 / callUser Followers
Get paginated follower list for a Twitter/X user. Returns follower profiles with username, display name, bio, follower count, and verified status. Supports cursor pagination.
Input schema
cursor
stringPagination cursor from previous response
usernamerequired
stringTwitter/X username to get followers for (without @)
Call via REST
curl -X POST https://unifyapi.pro/api/call/twitter.followers \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cursor":"<cursor>","username":"<username>"}'