twitter.users.followers
Retrieve paginated follower lists for Twitter/X users, providing profiles with usernames, bios, follower counts, and verification status using cursor-based pagination.
Instructions
Get paginated follower list for a Twitter/X user. Returns follower profiles with username, display name, bio, follower count, and verified status. Supports cursor pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Twitter/X username to get followers for (without @) | |
| cursor | No | Pagination cursor from previous response |