---
title: "GET /twitter/user/followers"
method: GET
path: "/twitter/user/followers"
---

# GET /twitter/user/followers

`GET /twitter/user/followers`

Get user followers (with full profile metadata) in reverse chronological order (newest first). Sorted by follow date — most recent followers appear on the first page. Use `cursor` for pagination through the complete followers list.

## Tiered pricing (per follower returned)

> **Credits ↔ USD:** 100,000 credits = $1.00 (1 credit ≈ $0.00001)

| Returned followers per call | Price | USD equivalent |
|---|---|---|
| 200 (max page size) | **1 credit / follower** | **$0.01 / 1k followers** |
| 100 - 199 | 2 credits / follower | $0.02 / 1k followers |
| 20 - 99 | 3 credits / follower | $0.03 / 1k followers |

💡 **At max page size, 100,000 follower profiles cost just $1.00.**

Minimum charge: **60 credits ($0.0006)** per call (20 followers × 3 credits, the smallest page size).

For pure follower-ID collection at scale, see the cheaper [`/twitter/user/followers_ids`](/api-reference/endpoint/get_user_followers_ids) endpoint — no profile metadata, up to 5,000 IDs per call, as low as $0.0045 per 1,000 IDs at the bulk tier.

## Query parameters

- `userName` string, string, required
- `cursor` string, string
- `pageSize` integer

## Response `200`

User info

- object
  - `followers` UserInfoBasic[] — Array of followers
    - `type` 'user'
    - `userName` string — The username of the Twitter user
    - `url` string — The x.com URL of the user's profile
    - `id` string — The unique identifier of the user
    - `name` string — The display name of the user
    - `profilePicture` string — URL of the user's profile picture
    - `coverPicture` string — URL of the user's cover picture
    - `description` string — The user's profile description
    - `location` string — The user's location.for example: 東京の端っこ . may be empty
    - `followers` integer — Number of followers
    - `following` integer — Number of accounts following
    - `canDm` boolean — Whether the user can receive DMs
    - `createdAt` string — When the account was created.for example: Thu Dec 13 08:41:26 +0000 2007
    - `favouritesCount` integer — Number of favorites
    - `hasCustomTimelines` boolean — Whether the user has custom timelines
    - `isTranslator` boolean — Whether the user is a translator
    - `mediaCount` integer — Number of media posts
    - `statusesCount` integer — Number of status updates
    - `withheldInCountries` string[] — Countries where the account is withheld
    - `affiliatesHighlightedLabel` object
    - `possiblySensitive` boolean — Whether the account may contain sensitive content
    - `pinnedTweetIds` string[] — IDs of pinned tweets
    - `isAutomated` boolean — Whether the account is automated
    - `automatedBy` string — The account that automated the account
    - `unavailable` boolean — Whether the account is unavailable
    - `message` string — The message of the account.eg. "This account is unavailable" or "This account is suspended"
    - `unavailableReason` string — The reason the account is unavailable.eg. "suspended"
    - `profile_bio` object
      - `description` string
      - `entities` object
        - `description` object
          - `urls` object[]
            - `display_url` string
            - `expanded_url` string
            - `indices` integer[]
            - `url` string
        - `url` object
          - `urls` object[]
            - `display_url` string
            - `expanded_url` string
            - `indices` integer[]
            - `url` string
  - `status` 'success' | 'error' — Status of the request.success or error
  - `message` string — Message of the request.error message

## Other responses

- `400` — unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
