get_user_followings
Fetch the accounts a Twitter user follows to map their interest graph. Supports cursor-based pagination.
Instructions
Fetch the accounts a Twitter/X user follows, with full profile metadata. Paginates via cursor. Use this to map a user's interest graph (who they follow signals what they care about).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userName | Yes | Twitter/X screen name without @ — fetches accounts this user follows. | |
| cursor | No | Pagination cursor; omit for first page. | |
| pageSize | No | Followings per page (default 200, max 200). Each includes full profile metadata. |