All posts
Article·6 min read

Reddit Business Idea Finder: Mine Reddit for Real Product Ideas With n8n

A practical workflow for turning Reddit posts and comments into scored business ideas, using n8n, an AI scoring rubric, and a local dashboard built to kill weak ideas first.

Reddit is full of business ideas. Most of them are bad.

That is exactly why it is useful.

The value is not asking AI to invent another polished startup pitch. The value is mining messy public conversations for pain signals, buyer clues, workflow gaps, and reasons an idea should die before it wastes a week of your life.

The Reddit Business Idea Finder for n8n is built around that sharper job: use Reddit as a source feed, use AI as a triage assistant, and use a local dashboard to review what survives.

The kit is available on Gumroad: Reddit Business Idea Finder for n8n.

Reddit is useful because people complain specifically

Generic idea generators start from imagination. Reddit starts from friction.

A good thread can reveal:

  • What people are trying to get done
  • Where current tools are too expensive, confusing, slow, or fragile
  • Which workarounds people already tolerate
  • Whether the buyer is reachable
  • Whether money is already changing hands somewhere nearby
  • Which ideas are too vague, personal, or one-off to pursue

That last point matters. A serious idea system should reject weak ideas. If every input becomes a startup concept, the system is just wearing a strategy costume.

The workflow at a glance

The kit has two main parts:

  • An import-ready n8n workflow that fetches Reddit posts and comments, calls an LLM, normalizes the scores, and returns structured results.
  • A local browser dashboard that runs searches, stores results in IndexedDB, and gives you a place to shortlist, dismiss, or inspect ideas.

The pipeline is deliberately simple:

  1. Choose one or more subreddits.
  2. Fetch posts and top comments through Reddit's API.
  3. Send bounded source material to the model.
  4. Ask the model to evaluate the source, not hallucinate a business.
  5. Normalize scoring axes in code.
  6. Return ideas and killed evaluations.
  7. Store everything locally in the dashboard.

The dashboard is not a hosted SaaS. Your Reddit and model credentials live in your n8n instance, and dashboard state lives in your browser profile.

Start with subreddits where pain has a job

The subreddit choice matters more than the model choice.

You are looking for places where people describe operational pain, expensive annoyances, urgent decisions, or recurring workflow breakdowns.

Good starting categories:

  • Founders: smallbusiness, microsaas, startups, Entrepreneur, SaaS, indiehackers
  • Workflow pain: automation, n8n, zapier, nocode
  • Operator pain: freelance, Bookkeeping, consulting, marketing, growmybusiness
  • Niche buyer communities where people describe a repeated job, asset, transaction, or deadline

Bad starting points are broad entertainment feeds, vague opinion communities, and places where the posts are mostly one-off personal vents with no reachable buyer.

The system can score those low, but your time is still better spent pointing it at better ponds, because apparently even magnificent machines have to respect input quality. Annoying.

The pain-first search strategy

The workflow is designed to reward evidence, not cleverness.

A useful idea should connect to a visible commercial signal:

  • A repeated pain pattern
  • A named buyer or role
  • A trigger that creates urgency
  • A liquidity point where money could change hands
  • A smallest sellable version before building software
  • A validation step you can run this week

That is why the scoring rubric includes axes like pain severity, buyer clarity, monetization, feasibility, feed quality, trigger strength, and validation speed.

The goal is not to find "AI for dentists" or "Uber for invoices." The goal is to find a reachable person with a recurring problem and a plausible next step.

Why top comments matter

Posts alone can be misleading. Comments often reveal whether the pain is real, common, paid, or already solved.

The workflow fetches top comments per post because comments add context:

  • Other users confirm the same pain.
  • People name current tools.
  • Someone explains why the obvious solution fails.
  • The thread exposes buyer language.
  • Skeptics reveal the failure mode.

That is also why the input is bounded. You do not need infinite comment sludge. You need enough high-signal context to make a better triage decision.

AI scoring should kill weak ideas

Most AI idea generators are built to make everything sound viable.

That is backwards.

A useful evaluator should be comfortable returning kill when the source is a one-off anecdote, broad vibe check, personal career vent, DIY story with no willingness to pay, or a thread with no clear buyer.

Killed ideas are not failure. They are the point.

Every bad idea rejected early saves time, money, and false momentum. A dashboard with a killed-ideas view is more valuable than a spreadsheet full of shiny nonsense because it trains the operator to respect evidence.

This is the Seeds of Joy pattern of Bayesian updating applied to product work: change belief when the signal changes. Do not protect an idea just because the model wrote a pretty paragraph.

What the local dashboard does

The dashboard is where the raw pipeline becomes usable.

It stores run history and triage state locally. It lets you review scored ideas, inspect source signals, mark promising ideas, dismiss weak ones, and revisit killed evaluations.

That local state matters because idea review is not a single response. It is a workflow:

  • Run a subreddit search.
  • Review the strongest candidates.
  • Open the source thread.
  • Check whether the pain is repeated.
  • Look for reachable buyers.
  • Decide whether to validate, park, or kill.

The dashboard keeps that review loop grounded instead of leaving you with a pile of model output and no operating surface.

How the kit packages the workflow

The kit includes the pieces needed to run the system yourself:

  • workflow.json for n8n
  • index.html local dashboard
  • An editable Reddit MVP prompt
  • A data contract/spec for the workflow and dashboard
  • Product screenshots and setup material

Requirements are practical:

  • n8n Cloud or self-hosted n8n
  • Reddit API credentials
  • OpenRouter-compatible model credentials
  • A modern desktop browser

Nothing about this needs to be mystical. It is a pipeline: source feed in, scored opportunities out, weak ideas killed before they become distractions.

The right way to use it

Do not treat the output as a business plan.

Treat it as a shortlist for human judgment.

For each promising idea, ask:

  • Is the buyer specific?
  • Can I reach that buyer this week?
  • Is the pain repeated by more than one person?
  • Is there a clear trigger?
  • Is money already moving near this problem?
  • Can I sell a report, list, service, audit, or manual version before building software?
  • What would prove this idea is weaker than it looks?

That last question is the anti-slop filter. The goal is not to defend the idea. The goal is to find the truth faster.

The operator-grade takeaway

Reddit is not a magic idea machine. AI is not a founder instinct replacement. n8n is not a business model.

But together, they can make a useful research loop:

Reddit supplies messy demand. n8n moves the data. AI applies a scoring rubric. The dashboard forces review. The killed-ideas pile keeps the system honest.

That is the difference between idea generation and idea triage.

The money is usually in the triage.

Get the workflow kit here: Reddit Business Idea Finder for n8n on Gumroad.