← 返回
开发者工具 Key 中文

Apollo Like Leads Apify

Use this skill when the user needs B2B lead collection via Apify actor LurATYM4hkEo78GVj (Apollo-like), including filter-based payload building, validated ru...
当用户需要通过 Apify actor LurATYM4hkEo78GVj(类似 Apollo)进行 B2B 潜在客户收集时使用此技能,包括基于过滤条件的 payload 构建及已验证的规则...
hundevmode hundevmode 来源
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 567
下载
💾 12
安装
1
版本
#apify#apollo-alternative#b2b-leads#latest#lead-scraper#leadgen#openclaw

概述

Apollo-like B2B Leads (Apify Actor)

Overview

This skill runs the Apify actor LurATYM4hkEo78GVj to collect Apollo-style B2B leads with filters such as job title, seniority, location, employee size, industry, and email quality.

Actor link:

  • https://console.apify.com/actors/LurATYM4hkEo78GVj/source

Use this skill when a user asks to:

  • collect B2B contacts similar to Apollo workflows
  • fetch leads with verified emails and optional phones
  • build payloads for founders/execs by geo and industry
  • run repeatable lead collection from script/API

Scope

  • Build validated actor input payloads.
  • Run actor with secure token handling (APIFY_TOKEN env or --apify-token).
  • Return normalized summary and raw lead rows.
  • Support quick preset runs and custom JSON input.

Step-by-step workflow

  1. Confirm target ICP (titles, seniority, location, company size, industries).
  2. Build payload with required lead count and enrichment switches.
  3. Run actor using scripts/apollo_like_leads_actor.py.
  4. Validate lead count and inspect sample rows.
  5. Export rows to n8n/Sheets/CSV as needed.

Authentication

Preferred:

export APIFY_TOKEN='apify_api_xxx'

Alternative:

python3 scripts/apollo_like_leads_actor.py run \
  --apify-token 'apify_api_xxx' \
  --input-json '{"max_results":50,"person_location_country":["United States"]}'

Quick start commands

1) Preset: 50 US founders (verified emails)

APIFY_TOKEN='apify_api_xxx' \
python3 scripts/apollo_like_leads_actor.py quick-founders-us-50

2) Custom run from inline JSON

APIFY_TOKEN='apify_api_xxx' \
python3 scripts/apollo_like_leads_actor.py run \
  --input-json '{
    "max_results": 1000,
    "job_titles": ["CEO", "Founder", "Co-Founder"],
    "job_title_seniority": ["owner", "cxo"],
    "person_location_country": ["United States"],
    "employee_size": ["11-50", "51-200", "201-500"],
    "email_status": "verified",
    "include_emails": true,
    "include_phones": false
  }'

3) Custom run from JSON file

APIFY_TOKEN='apify_api_xxx' \
python3 scripts/apollo_like_leads_actor.py run \
  --input-file references/sample_input.json

Output contract

Script returns JSON with:

  • ok
  • actorId
  • leadsCount
  • inputUsed
  • rows[]

You can pass rows directly to n8n HTTP/Code nodes or map into Google Sheets columns.

Important rules

  • Do not hardcode API keys in workflow templates.
  • Keep max_results realistic for testing first (e.g., 50-200).
  • Use email_status: "verified" for higher outreach quality.
  • If the user wants phone-heavy output, set include_phones: true explicitly.
  • Seniority values should match actor enum (owner, cxo, vp, director, etc.); this script auto-normalizes common Apollo values like founder -> owner.

References

  • references/actor-input-guide.md
  • references/troubleshooting.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 77 📥 37,853
data-analysis

Twitter/X scraper with Apify actors

hundevmode
用于通过Apify actors收集Twitter/X受众(关注者/被关注者/两者),可选邮件增强。
★ 1 📥 826
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 161 📥 41,109