Community Contributed Reddit Posts (Unverified)
detail.loadingPreview
Fetches and filters community-contributed Reddit posts based on specific criteria.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically searches Reddit for community-contributed posts, filters them based on upvotes, post type, and exclusion criteria, and then processes them to extract relevant information like title, author, upvotes, comments, and URL. It also handles duplicate posts by keeping the one with the most upvotes and then extracts top comments for each filtered post.
Key Features
- Searches Reddit for posts based on input topics.
- Filters posts by minimum upvotes (e.g., > 100).
- Filters out link posts that do not contain external URLs.
- Excludes posts from a specific domain (e.g., bsky.app).
- Removes duplicate posts, retaining the one with the highest upvote count.
- Retrieves comments for each unique post.
- Extracts and processes top comments, maintaining their hierarchical structure and excluding deleted comments.
How To Use
- Import Workflow: Import this JSON into your n8n instance.
- Configure Reddit Credentials: Set up your Reddit API credentials in n8n.
- Input Topics: In the 'Split Topics into Items' node, provide the topics you want to search for in Reddit, each on a new line.
- Set Keywords: In the 'Search Posts' node, replace 'YOUR_CREDENTIAL_HERE' with the actual keyword or subreddit you want to search for (or use an expression to dynamically set it).
- Adjust Filters: Modify the conditions in the 'Upvotes Requirement Filtering' node to adjust the upvote threshold, post type filtering, and any domain exclusions.
- Review 'Set Reddit Posts' Node: Ensure the fields being set in the 'Set Reddit Posts' node match your desired output structure.
- Customize 'Remove Duplicates' Logic: If needed, adjust the logic in the 'Remove Duplicates' node, particularly the
redd.itexclusion. - Adjust Comment Fetching: Configure the 'Get Comments' node if you need to specify subreddits or post IDs differently. The 'Extract Top Comments' node can be adjusted for comment sorting or filtering logic.
Apps Used
Workflow JSON
{
"id": "801abf35-036c-4f49-a2b7-13ffdeb7690d",
"name": "Community Contributed Reddit Posts (Unverified)",
"nodes": 0,
"category": "Community Content",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 801abf35-036c...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.