Get Farcaster User logo

Catalog action Social

Look up a Farcaster user by FID, username, or wallet address. Returns profile data including bio, follower count, verified addresses, and power badge status. Ideal for: user verification, social graph analysis, airdrop targeting, profile enrichment.

At a Glance

FieldValue
Action IDget-farcaster-user
CategorySocial
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssocial, farcaster, neynar, user, profile, read

Payload Schema

FieldTypeRequiredDescription
fidnumberNoFarcaster user ID (FID) to look up
usernamestringNoExact Farcaster username to look up
addressstringNoEthereum or Solana address to find associated Farcaster user
querystringNoFuzzy search query to find Farcaster users by partial username or display name

Result Schema

FieldTypeRequiredDescription
fidnumberNoFarcaster user ID (single lookup)
usernamestringNoFarcaster username (single lookup)
displayNamestringNoDisplay name
pfpUrlstringNoProfile picture URL
biostringNoUser bio
followerCountnumberNoNumber of followers
followingCountnumberNoNumber of following
verifiedAddressesarrayNoVerified wallet addresses
activeStatusstringNoActive status
powerBadgebooleanNoWhether user has power badge
usersarrayNoList of matching users (returned by query search)

Examples

json
{ "type": "get-farcaster-user", "payload": { "fid": 1, "username": "example-username", "address": "0x0000000000000000000000000000000000000000", "query": "status:open" }, "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