---
title: "Follower Category Stats"
method: GET
path: "/followers-stats"
tags: ["Sorsa Info Crypto Related"]
---

# Follower Category Stats

`GET /followers-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` string
- `username` string
- `user_id` string

## Response `200`

OK

- SorsaFollowersStatsResp
  - `followers_count` integer
  - `influencers_count` integer
  - `projects_count` integer
  - `user_protected` boolean
  - `venture_capitals_count` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io-2.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io-2/revisions/3d7215317ba1/schema)
