v1

latestOpenAPI 3.0.32026-07-213841124.9 KB
Sorsa Info Crypto Related

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

get/followers-stats

Query parameters

user_linkstring

user_link, username or user_id required

usernamestring

user_link, username or user_id required

user_idstring

user_link, username or user_id required

Response

OK

followers_countinteger
influencers_countinteger
projects_countinteger
user_protectedboolean
venture_capitals_countinteger

Example response

{
  "followers_count": 16,
  "influencers_count": 12,
  "projects_count": 3,
  "venture_capitals_count": 1
}