How to Find Business Ideas on Reddit with n8n

TL;DR
Use n8n to collect Reddit posts, filter them for recent and engaged discussions, and ask an AI model whether each post describes a genuine business problem. Clean the source data before AI processing, then merge qualifying results and save structured fields such as the original post, upvotes, subreddit size, date, URL, summary, and potential solution in Google Sheets.
Transcript
hey it's Max the original flow gramar have you ever used Reddit to research problems that a group of people might have it's a great way to discover opportunities for building products and services like that next side hustle you're trying to build to get out of the right race you could be monitoring the feature requests and complaints for an incumbe... Read More
Key Insights
- Reddit is a source of self-reported business problems because small-business owners use relevant communities to describe frustrations and request help. The effort required to publish a problem can indicate that the issue matters, although each post still requires filtering and evaluation.
- The Reddit node in n8n searches a selected subreddit for a chosen keyword. The demonstration searches the Small Business subreddit for automation, but the keyword can be changed to investigate other markets, business types, locations, complaints, feature requests, or potential service opportunities.
- Limiting the Reddit node prevents the workflow from returning excessive data. The demonstration initially requests two posts and then increases the limit to four, while a scheduled version could retrieve a small number of selected posts each day and build an ongoing research process.
- Filtering improves the quality of the collected discussions before AI analysis. The workflow requires at least two upvotes, excludes posts with empty text, converts time into the ISO standard, and restricts results to posts published within the previous six months.
- The Set node reduces raw Reddit output to fields needed by later steps. Keeping only upvotes, subreddit size, original post text, subreddit, date, and URL produces cleaner inputs, reduces unnecessary AI processing, and keeps the resulting records aligned with the Google Sheets columns.
- The AI agent classifies whether each Reddit post describes a business-related problem. Its prompt is intentionally simple, and its required output is only yes or no, which allows a later filter to remove unrelated discussions without asking the model to produce unnecessary text.
- The Merge node reconnects the AI classification with the cleaned Reddit data. A subsequent Filter node keeps records marked yes, ensuring that the structured post details remain available while unrelated posts identified by the model are excluded from the output.
- Google Sheets provides an organized destination for the qualifying research results. The demonstrated sheet includes subreddit, subreddit size, post upvotes, original post, summary, and potential solution columns, supporting comparison of pain points and possible responses across collected discussions.
Install to Summarize YouTube Videos and Get Transcripts
Explore YouTube Video Summarizer or Get YouTube Transcript Extractor
Questions & Answers
Q: How can n8n find business ideas on Reddit?
n8n can search posts within a selected subreddit for a chosen keyword, then pass the results through filters and AI classification. In the demonstrated workflow, the Reddit node searches the Small Business subreddit for automation-related posts. The workflow removes unsuitable records, cleans the remaining fields, asks an AI agent whether each post describes a business problem, and stores qualifying results in Google Sheets.
Q: Which Reddit posts should be collected for business research?
The workflow prioritizes posts that contain the selected keyword, include actual post text, have at least two upvotes, and were published within the previous six months. The Reddit node can also sort results by hot, relevant, or new. These conditions help narrow a large stream of discussions to recent, engaged posts that are more suitable for evaluating business problems and possible solutions.
Q: Why can Reddit complaints reveal business opportunities?
Reddit complaints and requests can reveal problems that business owners are actively trying to solve. The discussion notes that a small-business owner who takes time away from operating the business to publish a question has overcome meaningful friction to seek help. That behavior can indicate that the frustration matters and may support an opportunity for a product, service, or automation, though further validation is still needed.
Q: Why should raw Reddit data be cleaned before AI analysis?
Raw API output can contain many fields that are irrelevant to the classification task. Sending all of that information to an AI agent can increase processing costs, slow the workflow, and introduce confusing context. The demonstrated Set node retains only upvotes, subreddit size, original post text, subreddit, date, and URL, producing a smaller and more organized input for the later AI and spreadsheet steps.
Q: How does AI classify Reddit posts in the n8n workflow?
The AI agent receives the cleaned original post and follows a simple instruction: decide whether the post describes a business-related problem. It must return only yes or no. In the demonstration, four posts are processed, three receive yes classifications, and one receives no. A later Filter node keeps only the yes records for continued analysis and storage.
Q: How can the Reddit research workflow run automatically?
The demonstrated execution uses a manual trigger, but the workflow can use a schedule trigger or another available trigger. A scheduled setup could search for a limited number of posts each day instead of returning all available data at once. The Reddit node's limit and sorting controls can define how many discussions are collected and whether the search emphasizes hot, relevant, or new posts.
Q: What information should be saved from each Reddit post?
The cleaning stage keeps the post's upvotes, subreddit size, original text, subreddit, date, and URL because those fields support evaluation and traceability. The demonstrated Google Sheet also contains columns for subreddit, subreddit size, post upvotes, original post, summary, and potential solution. Together, these fields organize the source discussion, its engagement context, and the workflow's interpretation of the opportunity.
Q: How can this n8n workflow be adapted for other research goals?
The workflow can be adapted by changing the subreddit, search keyword, limits, sorting method, filters, trigger, and AI prompt. The description suggests applying the general pattern to product management, founders, and anyone who needs to monitor multiple channels and aggregate insights. Similar research could focus on feature requests, complaints about an incumbent application, particular business types, or opportunities associated with local regions and cities.
Summary & Key Takeaways
-
The workflow searches the Small Business subreddit for posts containing a chosen keyword, such as automation. Its Reddit node can limit the number of returned posts and sort them by criteria including hot, relevant, or new, allowing entrepreneurs and product managers to focus their research on selected discussions rather than reviewing everything manually.
-
Initial filtering removes unsuitable posts by requiring at least two upvotes, nonempty post text, and a publication date no more than six months old. A Set node then retains only the useful fields, including upvotes, subreddit size, original post content, subreddit, date, and URL, before the information reaches the AI stage.
-
An AI agent receives each cleaned post and returns only yes or no according to whether the post describes a business-related problem. The workflow merges that classification with the original structured data, filters for yes results, and updates Google Sheets, creating an organized collection of pain points that may suggest products, services, or automations.
Read in Other Languages (beta)
Share This Summary 📚
Summarize YouTube Videos and Get Video Transcripts with 1-Click
Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator
Explore More Summaries from n8n 📚





![Stop Vibe Coding: Context Engineering & RAG for AI Agents [# 12 Cole Medin] thumbnail](/_next/image?url=https%3A%2F%2Fi.ytimg.com%2Fvi%2F7zZtxUW6dhc%2Fhqdefault.jpg&w=750&q=75)
Summarize YouTube Videos and Get Video Transcripts with 1-Click
Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator