Get Farcaster Cast logo

Catalog action Social

Look up a specific Farcaster cast by hash or Warpcast URL. Returns full cast data including text, reactions, replies, embeds, and channel info. Ideal for: cast verification, engagement tracking, thread analysis, content moderation.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
identifierstringYesCast hash (0x...) or Warpcast URL to look up
typestringNoIdentifier type (default: 'hash')

Result Schema

FieldTypeRequiredDescription
hashstringYesCast hash
textstringYesCast text content
authorFidnumberYesAuthor FID
authorUsernamestringNoAuthor username
authorDisplayNamestringNoAuthor display name
timestampstringNoCast timestamp (ISO 8601)
reactionsobjectNoReaction counts with likesCount and recastsCount
repliesCountnumberNoNumber of replies
embedsarrayNoArray of embedded content objects with url field
channelobject | nullNoChannel info with id and name, or null
parentHashstring | nullNo-
parentUrlstring | nullNo-

Examples

json
{ "type": "get-farcaster-cast", "payload": { "identifier": "example-identifier" }, "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