UnifyAPI
← Back to catalog

twitter.followers

mock data$0.003 / call

User 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.

Socialprovider: Twitter#twitter#social

Input schema

cursor

Pagination cursor from previous response

string
usernamerequired

Twitter/X username to get followers for (without @)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.