Search Farcaster Casts logo

Catalog action Social

Search Farcaster casts by keyword or content. Supports filtering by author and channel. Returns cast text, engagement metrics, and metadata. Ideal for: brand monitoring, content discovery, sentiment analysis, keyword alerts.

At a Glance

FieldValue
Action IDsearch-farcaster-casts
CategorySocial
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssocial, farcaster, neynar, cast, search, read

Payload Schema

FieldTypeRequiredDescription
querystringYesSearch text to find in casts
authorFidnumberNoFilter results by author FID
channelIdstringNoFilter results by channel ID (e.g., 'base', 'ethereum')
limitnumberNoMaximum number of results (default: 25, max: 100)
cursorstringNoCursor for pagination (from nextCursor in previous response)

Result Schema

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

Examples

json
{ "type": "search-farcaster-casts", "payload": { "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