Back to Problem DictionaryView Documentation →
The Problem
How to track $1B+ in funding across 50 industries on autopilot
You are looking for a way to track $1B+ in funding across 50 industries on autopilot. 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 track $1B+ in funding across 50 industries on autopilot.
# Agent Configuration: The Capital Radar
## Role
Capital is intent. This agent monitors a list of industries from a CSV and generates a unified weekly report of every funding round (Seed to Series C), identifying which startups are in 'Hiring Mode'.
## Objective
Track $1B+ in funding across 50 industries on autopilot.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `monitored_sectors.csv` exist?
2. **If Missing:** Create `monitored_sectors.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
**Phase 2: The Tracker Loop**
For each industry in the CSV:
1. **Search:** Find news containing `"[Industry]" funding "this week"`.
2. **Extract:** For every match, read the article and extract:
* Company Name & Website.
* Round (Seed, A, B).
* Lead Investor.
* Growth Plan (e.g., "expanding to EU").
**Phase 3: Consolidation**
1. **Action:** Create `master_funding_database.csv`.
2. **Summary:** "Tracked [X] deals total. [Top Sector] had the highest concentration of capital ($[Amount])."
Related Competitive Intel 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