A smart Reddit monitoring system that cuts through the noise and delivers only the posts that matter.
It finds fresh, engaging Reddit posts (with upvotes, real text, and within 7 days), checks if theyβre truly on your topic using OpenAI, and gives you a clean digest with links, context, and summaries.
Manual launch
The workflow starts with a Manual Trigger - you kick it off with a button.
Define the topic
The Set topic node assigns the key topic (for example, "AI"
).
Search Reddit
The Find Your Reddit node searches for posts with that keyword across all subreddits, sorted by βnew.β
Filter posts
The IF node keeps only posts that:
Prepare the data
The Set node formats the output: upvotes, subreddit size, subreddit name, date, link, and a trimmed snippet (first 500 characters).
Classify with OpenAI
The OpenAI Classify node checks if the post is truly on-topic (e.g. βIs this post about AI?β β Yes/No).
Branching logic
The IF1 node handles classification results:
Merge results
The Merge and Merge1 nodes combine classification and summary data.
Final output
The Result node collects the final fields: upvotes, subreddit size, subreddit, date, link, and short summary.
In short, this is your personal βsmart Reddit filterβ - running 24/7 and serving you only the posts worth your attention.