Catalog action Social

Search Reddit posts by keyword, globally or restricted to a single subreddit. Supports relevance/hot/top/new/comments sorting and a timeframe filter; returns matching posts with title, author, score, comment count, and URLs, plus a pagination cursor. Ideal for: monitoring mentions of a brand/token/keyword, social listening, lead discovery, and trend research.

At a Glance

FieldValue
Action IDreddit-search-posts
CategorySocial
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssocial, reddit, search, posts, monitor, read

Payload Schema

FieldTypeRequiredDescription
querystringYesSearch query. Supports Reddit search operators (e.g. quoted phrases, author:, title:).
subredditstringNoOptional subreddit name (without the r/ prefix) to restrict the search to a single community
sortstringNoSort order for results. Default: 'relevance'
timestringNoTimeframe filter for results. Default: 'all'
limitnumberNoMaximum number of results to return. Range: 1-100. Default: 25
afterstringNoPagination cursor (the 'after' value from a previous response) to fetch the next page

Result Schema

FieldTypeRequiredDescription
postsarrayYesList of posts
afterstring | nullNoPagination cursor for the next page, or null when there are no more results

Examples

json
{ "type": "reddit-search-posts", "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.