get_user_followers
Fetch followers of a Twitter/X user in reverse chronological order with full profile metadata. Paginate via cursor to analyze audiences or for competitive analysis.
Instructions
Fetch 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 |
|---|---|---|---|
| userName | Yes | Twitter/X screen name without @ — fetches followers of this user. | |
| 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.). |