Get Farcaster User Followers logo

Catalog action Social

Get the list of followers for a Farcaster user by FID. Returns follower profiles with engagement metrics and power badge status. Supports pagination. Ideal for: airdrop targeting, community analysis, follower reward programs, social graph exploration.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
fidnumberYesFarcaster user ID (FID) to get followers for
limitnumberNoMaximum number of followers to return (default: 25, max: 100)
cursorstringNoCursor for pagination (from nextCursor in previous response)

Result Schema

FieldTypeRequiredDescription
followersarrayYesArray of followers
nextCursorstring | nullNoCursor for next page of results

Examples

json
{ "type": "get-farcaster-user-followers", "payload": { "fid": 1 }, "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