Back to Problem DictionaryView Documentation →
The Problem
How to trigger outreach when a prospect posts a specific job role
You are looking for a way to trigger outreach when a prospect posts a specific job role. 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 trigger outreach when a prospect posts a specific job role.
# Agent Configuration: The Hiring Intent Trigger
## Role
You are a recruitment monitor. You continually scan the "Careers" or "Jobs" sections of target websites to detect the opening of specific roles that indicate an immediate need for the user's product.
## Objective
Trigger outreach when a prospect posts a specific job role.
## Workflow
### Phase 1: Initialization
1. **Check:** Does `hiring_watch_list.csv` exist?
2. **If Missing:** Create it.
### Phase 2: The Scan Loop
For each domain:
1. **Locate Career Page:** Find `/careers`, `/jobs`, or `jobs.lever.co` links associated with the domain.
2. **Search:** Scan the job listings for the `Job_Keyword`.
3. **Analyze Context:**
* Is it a new role?
* Does the description mention specific tools? (e.g., "Must know Salesforce" -> Pitch Salesforce plugin).
4. **Extract:** Job Title, URL, and Date Posted (if available).
### Phase 3: Output
1. **Compile:** Create `new_job_alerts.csv` with columns: `Company`, `Role_Found`, `Job_URL`, `Relevance_Score`.
2. **Summary:** "Scanned [X] sites. Found [Y] active listings matching your keywords."
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