/top-followers/{user_handle} Get top 20 account followers by TweetScout score
This endpoint returns basic account information and score for the top 20 followers with the highest score. If speed is more important to you, use endpoint /top-followers?from=db
GET
/
top-followers
/
{user_handle}
/top-followers/{user_handle} Get top 20 account followers by TweetScout score
Copy
Ask AI
curl --request GET \ --url https://api.sorsa.io/v2/top-followers/{user_handle} \ --header 'ApiKey: <api-key>'