Get User Info logo

Catalog action Social

Get profile information for a Twitter/X user by username. Returns user details including bio, follower/following counts, verification status, and profile images. Ideal for: user lookup, follower tracking, account verification, profile monitoring.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
usernamestringYesTwitter username to look up (without @)

Result Schema

FieldTypeRequiredDescription
statusstringYes"success" or "error"
userIdstringNoTwitter user ID
usernamestringNoUsername
namestringNoDisplay name
descriptionstring | nullNoBio
profilePicturestringNoProfile picture URL
coverPicturestring | nullNoCover/banner URL
locationstring | nullNoLocation
followersnumberNoFollower count
followingnumberNoFollowing count
statusesCountnumberNoTotal tweets
isBlueVerifiedbooleanNoBlue checkmark
verifiedTypestring | nullNonull, "Business", etc
createdAtstringNoAccount creation date
errorstringNoError message if failed

Examples

json
{ "type": "x-get-user-info", "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