Skip to main content

Generate weekly Reddit startup opportunity reports with Groq AI

Workflow preview

Workflow preview
100%
Generate weekly Reddit startup opportunity reports with Groq AI preview
Open on n8n.io

1. Workflow Overview

This n8n template automatically scans 10 subreddits every Monday, filters 1000 posts for genuine frustration signals, and delivers a structured startup opportunity report to your inbox — powered by...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.aggregate, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mohammad Abubakar.

Original n8n.io source

1.1 Workflow description

Title
Generate weekly Reddit startup opportunity reports with Groq AI
Workflow name
Generate weekly Reddit startup opportunity reports with Groq AI

This n8n template automatically scans 10 subreddits every Monday, filters ~1000 posts for genuine frustration signals, and delivers a structured startup opportunity report to your inbox — powered by Groq AI.

Perfect for indie hackers, product builders, and founders who want to stay on top of what people are actually begging someone to build — without spending hours manually browsing Reddit.

Good to know

  • Uses Reddit's public JSON API — no Reddit account or API key required
  • Groq's free tier is generous enough to run this weekly at zero cost
  • Each run analyzes up to 1000 posts and completes in under 60 seconds

How it works

  • A Schedule Trigger fires every Monday at 8AM to kick off the workflow
  • A Code node defines 10 target subreddits (entrepreneur, SaaS, freelance, startups, and more)
  • An HTTP Request node fetches the 100 newest posts from each subreddit using Reddit's public JSON endpoint
  • A Code node filters all posts against 27 frustration-signal keywords like "why doesn't X exist", "sick of manually", "wish there was a tool for this"
  • An Aggregate node merges all matched posts from all 10 subreddits into a single dataset
  • A Code node builds a structured AI prompt embedding all posts with specific instructions for analysis
  • An HTTP Request node sends the dataset to Groq's API (llama-3.3-70b-versatile) for deep analysis
  • A Code node wraps the AI output in a clean HTML email template
  • A Gmail node delivers the weekly report directly to your inbox

How to use

  • Import the workflow and connect your Groq API key as an HTTP Header Auth credential
  • Connect your Gmail account via OAuth2
  • Change the recipient email in the Gmail node to your own address
  • Run manually first to verify the full flow end to end, then activate the schedule

Requirements

  • Groq account for AI analysis (free at console.groq.com)
  • Gmail account for delivery via OAuth2

Customising this workflow

  • Edit the subreddit list in the Define Subreddits node to focus on your specific niche or industry
  • Add or remove keywords in the Filter Posts node to tune how sensitive the pain detection is
  • Swap the Gmail node for Slack, Telegram, or Outlook if you prefer a different delivery channel
  • Change the schedule from weekly to daily for higher-frequency monitoring
  • Replace Groq with OpenAI GPT-4o by swapping the HTTP Request URL and auth header — the prompt format is identical

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 - Every Monday 8AM

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

Block 2 - When clicking ‘Execute workflow’

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

Block 3 - 1. Define Subreddits

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - 2. Fetch Reddit Posts

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - 3. Filter Pain Points

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - 4. Aggregate All Posts

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

Block 7 - 5. Build AI Prompt

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - 6. HTTP Request @Groq

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 9 - 7. Format Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - 8. Gmail. Send Email Report

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

3. Summary Table

Workflow Generate weekly Reddit startup opportunity reports with Groq AI
Complexity intermediate
Nodes 13
Categories Market Research, AI Summarization
Author Mohammad Abubakar
Published 13 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15006/15006.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 Generate weekly Reddit startup opportunity reports with Groq AI do?

This n8n template automatically scans 10 subreddits every Monday, filters 1000 posts for genuine frustration signals, and delivers a structured startup opportunity report to your inbox — powered by...

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 Market Research, AI Summarization use case.