v1
latestOpenAPI 3.0.32026-07-213841124.9 KBFollower Category Stats
Returns follower statistics for a Twitter/X account based on Sorsa categories. The response includes total followers and how many of them are classified as influencers, projects, or VC employees, plus whether the account is protected. If the account is already in our database, the response is usually fast. Otherwise, it may take longer because the data needs to be collected in real time, especially for accounts with a large follower base.
Use cases:
Analytics dashboards breaking down audience composition; marketing teams checking whether an account is followed by influencers, projects, or VCs; research tools comparing audience quality across multiple accounts; growth teams monitoring changes in follower mix over time; SaaS products showing category stats next to a profile.
Query parameters
user_link, username or user_id required
user_link, username or user_id required
user_link, username or user_id required
Response
OK
Example response
{
"followers_count": 16,
"influencers_count": 12,
"projects_count": 3,
"venture_capitals_count": 1
}