Returns the top 20 followers of a specific Twitter/X account ranked by Sorsa Score. You provide the user handle, and the endpoint returns basic profile information and the score for each of the highest-ranked followers.
Use cases:
Analytics platforms identifying high-influence followers of a target account; marketing teams evaluating the quality of an account’s audience; VC and ecosystem research tools analyzing strong network connections; SaaS dashboards highlighting influential followers; growth analysis tools measuring audience strength beyond follower count.
GET
/
top-followers
Top Followers by Score
Copy
Ask AI
curl --request GET \
--url https://api.sorsa.io/v3/top-followers \
--header 'ApiKey: <api-key>'