Get User Followers
get_user_followersFetch followers of a Twitter/X user in reverse chronological order (newest first), each with full profile metadata (name, bio, follower count, verified status, etc.). Paginates via cursor. Use this to analyze who follows an account, build follower audiences, or sample for competitive analysis. For large accounts use pagination; you will not get all followers in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response's next_cursor. Omit for first page. | |
| pageSize | No | Followers per page (default 200, max 200). Each follower includes full profile metadata (name, bio, follower count, etc.). | |
| userName | Yes | Twitter/X screen name without @ — fetches followers of this user. |