Skip to main content

Discover real market problems from Reddit posts with OpenAI

Workflow preview

Workflow preview
100%
Discover real market problems from Reddit posts with OpenAI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automate Market Problem Discovery from Reddit with OpenAI Who’s it for This workflow is perfect for entrepreneurs, startup founders, product managers, researchers, and market analysts who want to a...

Best for

  • Automation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.reddit, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.scheduletrigger, n8n-nodes-base.merge, n8n-nodes-base.filter, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cristian Tala Sánchez.

Original n8n.io source

1.1 Workflow description

Title
Discover real market problems from Reddit posts with OpenAI
Workflow name
Discover real market problems from Reddit posts with OpenAI

Automate Market Problem Discovery from Reddit with OpenAI

Who’s it for

This workflow is perfect for entrepreneurs, startup founders, product managers, researchers, and market analysts who want to automatically discover and analyze real market problems from online discussions. While this example focuses on identifying issues in the future of work and future of education, it can be fully adapted to detect any type of market pain point by changing the data sources and AI prompts.

If you’re looking to automate market research, find customer pain points, or detect unmet needs in your industry, this template is for you.

What it does

This no-code n8n automation:

  1. Collects fresh discussions from Reddit (default: Teachers, Education, RemoteWork subreddits).
  2. Filters posts by engagement (more than 5 upvotes by default).
  3. Uses OpenAI GPT-4.1 to:
  • Detect if a post describes a real market problem.
  • Identify the underlying pain or unmet need.
  • Suggest a practical, tech/AI-based solution.
  • Score the problem’s Impact, Confidence, and Ease of prototyping (ICE framework).
  1. Saves results to Google Sheets for easy prioritization and action.

This allows you to automate the detection of market opportunities without manually reading through hundreds of posts.

How it works

  • Schedule Trigger: Runs the workflow at your preferred interval (daily, hourly, etc.).
  • Reddit Nodes: Pull posts from the targeted subreddits (you can replace them with any niche communities).
  • Filter Node: Keeps only posts with engagement above your threshold.
  • OpenAI Node: Analyzes each post using a User Prompt and System Prompt in English, returning structured JSON data.
  • Google Sheets Node: Stores all results with full scoring for later review and prioritization.

Requirements

  • Reddit OAuth2 API credentials.
  • OpenAI API key.
  • Google Sheets OAuth2 API credentials.
  • A Google Sheet with these columns: SubReddit, Title, Content, Short Description, Detected Pain, Possible Solution, Impact, Confidence, Ease, URL, ICE Score

How to customize

  • Change the market focus: Replace example subreddits with your own industry forums or communities.
  • Adjust the filter criteria: Modify the upvote threshold or other parameters.
  • Edit the AI prompts: Tailor them to detect specific types of problems (healthtech, fintech, sustainability, etc.).
  • Integrate more sources: Add Twitter, LinkedIn, or customer support logs for richer insights.

💡 With this automation, you can continuously monitor and capture market pain points, turning raw online discussions into actionable business opportunities.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky: Workflow Overview (Yellow)

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky: Variables to Configure (White)

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky: Google Sheets Fields (White)

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky: Prompts (White)

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Get many posts Teachers

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 6 - Get many posts Education

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 7 - Get many posts RemoteWork

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 8 - Message a model

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 9 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 10 - Merger

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 11 - +5 UPS

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 12 - is_related

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 13 - Add to Market Pains List

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

3. Summary Table

Workflow Discover real market problems from Reddit posts with OpenAI
Complexity intermediate
Nodes 13
Categories Automation
Author Cristian Tala Sánchez
Published 22 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6248/6248.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Discover real market problems from Reddit posts with OpenAI do?

Automate Market Problem Discovery from Reddit with OpenAI Who’s it for This workflow is perfect for entrepreneurs, startup founders, product managers, researchers, and market analysts who want to a...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Automation use case.