Twitter/X User Followers
twitter.users.followersRetrieve the follower list of any Twitter/X user with username, display name, bio, follower count, and verified status. Supports cursor pagination for large follower sets.
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
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Twitter/X username to get followers for (without @) | |
| cursor | No | Pagination cursor from previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |