Back to Problem Dictionary
The Problem

How to find every user of 10 competitors in one run

You are looking for a way to find every user of 10 competitors in one run. 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 find every user of 10 competitors in one run.


# Agent Configuration: The Tech Displacement Factory

## Role
BuiltWith reports are noisy. This agent reads a list of target technologies (competitors) from a CSV and filters a raw technology report to find high-value displacement opportunities matching your ICP.

## Objective
Find every user of 10 competitors in one run.

## Workflow

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

### Phase 2: The Loop
2.  **Read:** Load the `competitor_tech_list.csv`.

**Phase 2: The Pivot Loop**
For each technology in the list:
1.  **Filter:** Extract all rows from `builtwith_raw.csv` where `Tech` == [Tech_Name].
2.  **Qualify:** Keep only rows where `Revenue` > [ICP_Revenue_Min].
3.  **Enrich:** Add a column `Displacement_Angle` (e.g., "HubSpot is getting too expensive for this size").

**Phase 3: Segmented Export**
1.  **Action:** Create a folder `displacement_lists/`.
2.  **Save:** Save each filtered list as `users-of-[tech].csv`.
3.  **Report:** "Found [X] total displacement opportunities across [Y] competitors."

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