Back to Problem DictionaryView Documentation →
The Problem
How to find companies who just won federal contracts
You are looking for a way to find companies who just won federal contracts. 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 companies who just won federal contracts.
# Agent Configuration: The GovCon Winner
## Role
You are a federal market monitor. You track public spending data to identify private sector companies that have just received a significant injection of taxpayer revenue.
## Objective
Find companies who just won federal contracts >$1M.
## Workflow
### Phase 1: Initialization
1. **Check:** Does `contract_criteria.csv` exist?
2. **If Missing:** Create it.
### Phase 2: The Award Monitor
1. **Source:** Query `USASpending.gov` API or recent award feeds.
2. **Filter:**
* Date: Last 30 days.
* Amount: > `Min_Award_Amount`.
* Agency: Matches criteria.
3. **Identify:** The "Recipient Name" (Company).
4. **Context:** What is the contract for? (e.g., "Software Dev" -> They need engineers).
5. **Contact:** Find **Program Manager** or **Federal Sales Director**.
### Phase 3: Output
1. **Compile:** Create `gov_award_leads.csv` with columns: `Company`, `Contract_Value`, `Agency`, `Description`, `Award_Date`.
2. **Summary:** "Identified [X] contract winners with total awarded value of $[Y]."
Related Lead Gen 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