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 Integrations
- Facebook Graph API + Google Sheets(22 workflows)
- Facebook Graph API + Schedule Trigger(21 workflows)
- Facebook Graph API + Twitter(18 workflows)
- Facebook Graph API + Linked In(16 workflows)
- Google Sheets + Reddit(16 workflows)
- Reddit + Schedule Trigger(13 workflows)
- Facebook Graph API + Gmail(12 workflows)
- Facebook Graph API + Telegram(12 workflows)
- Facebook Graph API + Google Drive(10 workflows)
- Reddit + Split Out(10 workflows)
Related Workflows
Discover more workflows you might like
Automate Event Attendee Data Extraction with AI-Powered Scraping
This n8n workflow leverages AI and Bright Data's MCP to automate the scraping of event attendee, venue, and feedback data from 10times.com. Schedule the extraction to run daily and automatically save the organized data to Google Sheets.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
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.
Automate File & Folder Organization: Move, Copy, and Restructure with Ease
Streamline your file management processes with this n8n workflow. Automate the relocation and restructuring of files and folders, ensuring your data is always organized and accessible.
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.