Install
openclaw skills install apollo-like-leads-apifyUse this skill when the user needs B2B lead collection via Apify actor LurATYM4hkEo78GVj (Apollo-like), including filter-based payload building, validated run execution, and JSON/CSV-ready lead output for outreach workflows.
openclaw skills install apollo-like-leads-apifyThis 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/sourceUse this skill when a user asks to:
APIFY_TOKEN env or --apify-token).scripts/apollo_like_leads_actor.py.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"]}'
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/apollo_like_leads_actor.py quick-founders-us-50
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
}'
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/apollo_like_leads_actor.py run \
--input-file references/sample_input.json
Script returns JSON with:
okactorIdleadsCountinputUsedrows[]You can pass rows directly to n8n HTTP/Code nodes or map into Google Sheets columns.
max_results realistic for testing first (e.g., 50-200).email_status: "verified" for higher outreach quality.include_phones: true explicitly.owner, cxo, vp, director, etc.); this script auto-normalizes common Apollo values like founder -> owner.references/actor-input-guide.mdreferences/troubleshooting.md