get_verified_followers
List verified accounts that follow a given X/Twitter user. Use next_cursor to paginate through results.
Instructions
List verified accounts that follow the given user. Use next_cursor to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | X/Twitter handle without the @ (provide one of username / user_id / user_link). | |
| user_id | No | Numeric X/Twitter user ID. | |
| user_link | No | Full URL of the X/Twitter profile. | |
| next_cursor | No | Pagination cursor from a previous response. |