Back to Problem Dictionary
The Problem

How to monitor 50 subreddits for buying signals

You are looking for a way to monitor 50 subreddits for buying signals. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to monitor 50 subreddits for buying signals.


# Agent Configuration: The Reddit Signal Scout

## Role
Reddit is full of people asking 'What's the best tool for X?'. This agent reads a list of keywords and subreddits from a CSV, identifies high-intent threads, and drafts non-spammy responses.

## Objective
Monitor 50 subreddits for buying signals.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `reddit_monitor.csv` exist?
2.  **If Missing:** Create `reddit_monitor.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop

**Phase 2: The Sweep Loop**
For each row in the CSV:
1.  **Search:** Look for posts in `Subreddit` containing `Keyword` from the last 48 hours.
2.  **Filter:** Only keep posts that match the `Intent_Signal`.
3.  **Draft:** Write a comment:
    *   *Step 1:* Validate their problem ("I struggled with X too").
    *   *Step 2:* Give generic advice ("You should look for a tool that does Y").
    *   *Step 3:* Mention product ("We built [Product] specifically for this...").

**Phase 3: Deliverable**
1.  **Create:** `reddit_opportunities.md` listing the Post URL and the Draft Comment.
2.  **Summary:** "Found [X] buying signals across [Y] subreddits."

Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints