← 返回
未分类 Key 中文

B2B Outbound Sniper

Autonomous B2B outbound engine that turns job board hiring signals into qualified pipeline. 6 LLMs. Your own email. 10/10 deliverability. Battle-tested in 30...
自主 B2B 外呼引擎,将招聘平台招聘信息转化为合格渠道。6 个 LLM。使用您自己的邮箱。送达率 10/10。已在 30...
getlemnos32
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 467
下载
💾 1
安装
1
版本
#latest

概述

B2B Outbound Sniper

Turn job board hiring signals into qualified outbound pipeline — fully automated, end-to-end. Built and battle-tested by Lemnos AI over 30 days of live production outreach.

The core insight: When a company posts a $70-80K admin role, they're 72 hours away from committing that budget. Show up before they sign the offer letter.

What's Included

All scripts are bundled in this package — no external dependencies beyond Python + pip:

FilePurpose
---------------
scripts/scrape.pyDaily Apify scrape → Hunter verify → campaign load
scripts/hunter_campaigns.pyCampaign metrics, add/remove leads
config/apis.json.exampleConfig template — copy to config/apis.json, never commit

Required Credentials

Three API keys needed — set as environment variables or copy config/apis.json.exampleconfig/apis.json:

KeyWhere to get itCost
---------------------------
APIFY_TOKENconsole.apify.com~$0.25/day at 50 results/keyword
HUNTER_API_KEYapp.hunter.io/api-keyStarter $49/mo (2,000 verifications)
HUNTER_CAMPAIGN_IDapp.hunter.io/campaignsIncluded with Hunter account

> Security note: Never commit config/apis.json with real keys. Add it to .gitignore. All scripts accept env vars as first priority — no keys ever need to touch source files.

Setup (5 minutes)

# 1. Copy config template
cp config/apis.json.example config/apis.json

# 2. Fill in your keys
nano config/apis.json

# 3. Edit your target keywords in scripts/scrape.py
#    Change the KEYWORDS array to match your vertical + geography

# 4. Run your first scrape
python3 scripts/scrape.py

How It Works

Daily (7 AM, Mon–Fri via OpenClaw heartbeat)
  → Apify scrapes KW-1 (50 results max)
  → Filter: target geography only, exclude job board domains
  → Hunter domain-search: 90%+ confidence emails only
  → Dedup: fetch all existing campaign recipients via API (ground truth)
  → Add net-new verified leads to Hunter campaign
  → Log to references/hunter-tracking.jsonl
  → 15-min gap → KW-2 → repeat for all keywords

Hunter handles the full send sequence automatically:

  • Day 1: Initial outreach
  • Day 3: Follow-up bump
  • Day 7: Breakup email

Campaign Metrics

python3 scripts/hunter_campaigns.py metrics YOUR_CAMPAIGN_ID

Production Results (30-Day Run, CRE Vertical)

  • 52.9% open rate on cold outreach
  • Sub-3% bounce rate enforced by 90%+ confidence gate
  • 0 spam complaints across 150+ sends
  • Fully autonomous: scrape → verify → load → send → follow-up, no human in the loop

Customizing Keywords

Edit KEYWORDS in scripts/scrape.py:

KEYWORDS = [
    {"label": "KW-1", "query": "office manager",           "location": "New Jersey"},
    {"label": "KW-2", "query": "operations coordinator",   "location": "New York"},
    {"label": "KW-3", "query": "executive assistant",      "location": "South Florida"},
]

Any Indeed-searchable query + US location works. One keyword per run, 15-min gap between each.

A/B Testing

Run multiple Hunter campaigns with different CTAs and compare open/reply rates:

python3 scripts/hunter_campaigns.py metrics 111111   # Version A
python3 scripts/hunter_campaigns.py metrics 111112   # Version B

Compliance Note

This tool sends commercial email. You are responsible for compliance with CAN-SPAM, GDPR, and your jurisdiction's anti-spam laws. Use only verified business email addresses and always include an unsubscribe mechanism (Hunter.io handles this automatically in campaigns).

Infrastructure Cost

ServiceCost
---------------
Apify (50 results × 5 KWs/day)~$7.50/month
Hunter.io Starter$49/month
Total~$57/month

Full Source Code

github.com/getlemnos32/b2b-outbound-sniper

Full production scripts, reference files, webhook listener, and docs. Review before deploying — all code is open source and auditable.

⭐ If This Fills Your Pipeline

Star it on ClawHub: clawhub.com/skills/b2b-outbound-sniper

Built by Lemnos AI — AI operations for businesses that can't afford to hire.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 04:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,363 📥 319,086
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,553
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,062 📥 800,515