Get Farcaster Feed logo

Catalog action Social

Get a Farcaster feed by type: following (user's feed), channel (specific channel), or trending (global). Returns casts with engagement metrics. Supports cursor-based pagination. Ideal for: content curation, channel monitoring, trend analysis, feed aggregation.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
feedTypestringYesType of feed: 'following' (user's feed), 'channel' (specific channel), or 'trending' (global trending)
fidnumberNoFarcaster user ID (required for 'following' feed type)
channelIdstringNoChannel ID (required for 'channel' feed type, e.g., 'base', 'ethereum')
limitnumberNoMaximum number of casts to return (default: 25, max: 100)
cursorstringNoCursor for pagination (from nextCursor in previous response)

Result Schema

FieldTypeRequiredDescription
castsarrayYesArray of feed casts
nextCursorstring | nullNoCursor for next page of results

Examples

json
{ "type": "get-farcaster-feed", "payload": { "feedType": "following" }, "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