Get User Followings
get_user_followingsFetch 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 |
|---|---|---|---|
| cursor | No | Pagination cursor; omit for first page. | |
| pageSize | No | Followings per page (default 200, max 200). Each includes full profile metadata. | |
| userName | Yes | Twitter/X screen name without @ — fetches accounts this user follows. |