v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Sorsa Info Crypto Related

Follower Category Stats

Returns a breakdown of the account's followers by Sorsa category: influencers, projects, and VC (venture capital) employees. Also indicates whether the account is protected. If the account is already indexed in the Sorsa database, the response is fast. For new accounts, the initial data collection may take longer, especially for large follower bases. Identify the user by providing exactly one of: user_link, username, or user_id.

get/followers-stats

Query parameters

user_linkstring

Full URL of the user's Twitter/X profile.

usernamestring

Twitter/X handle (without @).

user_idstring

Numeric Twitter/X user ID.

Response

OK

followers_countinteger

Total number of categorized followers.

influencers_countinteger

Number of followers classified as influencers.

projects_countinteger

Number of followers classified as projects.

user_protectedboolean

true if the target account is protected.

venture_capitals_countinteger

Number of followers classified as VC employees.

Example response

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