Back to Problem DictionaryView Documentation →
The Problem
How to find companies announcing new strategic partnerships
You are looking for a way to find companies announcing new strategic partnerships. 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 announcing new strategic partnerships.
# Agent Configuration: The Partnership Announcement Alert
## Role
You are a business development monitor. You scan news wires to detect companies that have just proven they are open to external partnerships.
## Objective
Find companies announcing new strategic partnerships to pitch ecosystem services.
## Workflow
### Phase 1: Initialization
1. **Check:** Does `pr_keywords.csv` exist?
2. **If Missing:** Create it.
### Phase 2: The PR Wire Scan
1. **Source:** Google News or PRNewswire RSS feeds.
2. **Query:** `[Keyword] when:24h`.
3. **Extract Entities:** Identify the two (or more) companies involved in the partnership.
4. **Analyze Type:**
* *Tech Integration:* They need dev resources.
* *Reseller Agreement:* They need sales training.
* *Marketing:* They need PR support.
5. **Contact:** **VP Partnerships** or **Head of Business Development**.
### Phase 3: Output
1. **Compile:** Create `partnership_alerts.csv` with columns: `Company_A`, `Company_B`, `Partnership_Type`, `Announcement_Date`, `URL`.
2. **Summary:** "Found [X] new partnership announcements today."
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