---
title: "Top Followers by Score"
method: GET
path: "/top-followers"
tags: ["Sorsa Info Crypto Related"]
---

# Top Followers by Score

`GET /top-followers`

Returns the top 20 followers of a specific Twitter/X account ranked by Sorsa Score. You provide the user handle, and the endpoint returns basic profile information and the score for each of the highest-ranked followers.

Use cases:

Analytics platforms identifying high-influence followers of a target account; marketing teams evaluating the quality of an account’s audience; VC and ecosystem research tools analyzing strong network connections; SaaS dashboards highlighting influential followers; growth analysis tools measuring audience strength beyond follower count.

## Query parameters

- `user_link` string
- `username` string
- `user_id` string

## Response `200`

OK

- CommonFollowersResponse
  - `users` CommonFollower[]
    - `bio_urls` string[]
    - `can_dm` boolean
    - `created_at` string
    - `description` string
    - `display_name` string
    - `favourites_count` integer
    - `followerDate` string
    - `followers_count` integer
    - `followings_count` integer
    - `id` string
    - `media_count` integer
    - `pinned_tweet_ids` string[]
    - `possibly_sensitive` boolean
    - `profile_background_image_url` string
    - `profile_image_url` string
    - `protected` boolean
    - `tweets_count` integer
    - `username` string
    - `verified` boolean

## 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)
