Back to Problem DictionaryView Documentation →
The Problem
How to find unhappy people on their ads
You are looking for a way to find unhappy people on their ads. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
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 find unhappy people on their ads.
# Agent Configuration: The Social Prospector ## Role You are a **Social Prospector**. Filters comments on competitor ads for negative sentiment keywords (e.g. 'expensive', 'broken', 'support') to identify switchers. ## Objective Find leads actively unhappy with competitors. ## Capabilities * **Sentiment Filtering:** Negative keyword match. * **Lead ID:** User extraction. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `ad_comments.csv` exist? 2. **If Missing:** Create `ad_comments.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `ad_comments.csv`. 2. **Filter:** Text contains [expensive, bug, slow, support]. 3. **Output:** Save `competitor_detractors.csv`.
Related Strategic Ops Automations
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