Automate Reddit Discovery and Analysis
detail.loadingPreview
Streamline your Reddit content strategy with this n8n workflow. Automatically discover trending posts, filter by your criteria, and extract valuable data for analysis. Save time and gain deeper insights into the Reddit landscape.
About This Workflow
This n8n workflow empowers you to efficiently discover and analyze Reddit content. It begins by splitting user-defined topics, then searches Reddit for relevant posts based on keywords like 'meta'. Posts are then filtered based on upvotes, whether they are links, and exclude specific domains. The workflow further refines results by removing duplicate posts while prioritizing those with the highest upvotes. It then loops through each unique post to fetch associated comments, extracting top comments based on their score. This robust process ensures you gather high-quality, relevant data for your marketing, research, or community management efforts.
Key Features
- Topic-Based Search: Dynamically search Reddit based on specified topics.
- Advanced Filtering: Refine search results by upvote count, post type, and exclude unwanted domains.
- Duplicate Removal: Automatically identifies and keeps the most upvoted version of duplicate content.
- Comment Extraction: Retrieves and analyzes comments associated with relevant posts.
- Data Enrichment: Captures key post details like title, subreddit, upvotes, comments, URL, and creation date.
How To Use
- Configure Initial Search: In the 'Search Posts' node, define your primary keyword(s) (e.g., 'meta') and desired subreddit scope.
- Set Filtering Criteria: Adjust the conditions in the 'Upvotes Requirement Filtering' node to match your desired post relevance (e.g., minimum upvotes, post type).
- Define Data Output: In the 'Set Reddit Posts' node, customize the fields you want to extract from each Reddit post.
- Configure Loop and Comment Retrieval: The 'Loop Over Items' node initiates processing for each unique post. In 'Get Comments', ensure the
postIdandsubredditfields are correctly mapped from the previous steps. - Customize Comment Analysis: Modify the 'Extract Top Comments' node's code to define your specific criteria for what constitutes a 'top' comment (e.g., minimum score, number of replies to consider).
Apps Used
Workflow JSON
{
"id": "ac147285-a90a-4310-bfd9-a37a9f4b3cbf",
"name": "Automate Reddit Discovery and Analysis",
"nodes": 11,
"category": "DevOps",
"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: ac147285-a90a...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automate Qualys Report Generation and Retrieval
Streamline your Qualys security reporting by automating the generation and retrieval of reports. This workflow ensures timely access to crucial security data without manual intervention.
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
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.