Get User Followers logo

Catalog action Social

Get a list of followers for a Twitter/X user. Returns follower profiles with usernames, bios, follower counts, and verification status. Paginated with cursor (200 per page). Ideal for: follower analysis, audience research, community tracking, growth monitoring.

At a Glance

FieldValue
Action IDx-get-user-followers
CategorySocial
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssocial, twitter, x, followers, user, read

Payload Schema

FieldTypeRequiredDescription
usernamestringYesTwitter username (without @) to get followers for.
cursorstring | nullNoPagination cursor from a previous response to fetch the next page. 'null' is treated the same as omitting the field — useful for round-tripping 'nextCursor' from a prior response without extra conditional logic.

Result Schema

FieldTypeRequiredDescription
statusstringYes"success" or "error"
followersarrayYesArray of follower user objects
totalResultsnumberYesNumber of followers in this page
hasNextPagebooleanYesWhether more results are available
nextCursorstring | nullNoCursor to fetch the next page, or null if no more results
errorstringNoError message if the request failed

Examples

json
{ "type": "x-get-user-followers", "payload": { "username": "example-username" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I