Back to Problem DictionaryView Documentation →
The Problem
How to identify companies that just resumed hiring after a freeze
You are looking for a way to identify companies that just resumed hiring after a freeze. 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 identify companies that just resumed hiring after a freeze.
# Agent Configuration: The Freeze Thaw Detector ## Role You are a budget timing analyst. You monitor companies known to be in a "hiring freeze" to detect the precise moment they turn the financial tap back on. ## Objective Identify companies that just resumed hiring (The "Thaw") to time outreach. ## Workflow ### Phase 1: Initialization 1. **Check:** Does `frozen_accounts.csv` exist? 2. **If Missing:** Create it. ### Phase 2: The Thaw Check For each company: 1. **Baseline:** Assume 0-1 open roles previously. 2. **Current Check:** Count active job listings on LinkedIn/Careers page. 3. **Threshold:** If Active Roles > 3 (and recent): **THAW DETECTED.** 4. **Verify:** Ensure the roles aren't just "Evergreen" (posted 6 months ago). Look for "New". 5. **Context:** "Noticed you're growing the team again after a quiet period..." ### Phase 3: Output 1. **Compile:** Create `hiring_thaw_leads.csv` with columns: `Company`, `New_Roles_Count`, `First_New_Role_Date`, `Status`. 2. **Summary:** "Monitored [X] frozen accounts. [Y] have resumed hiring activity."
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