Linkedin Email Phone Apify
/install linkedin-email-phone-apify
LinkedIn Email + Phone Enrichment (Apify)
Overview
This skill runs two Apify actors in one pipeline and merges results by LinkedIn profile URL:
- Phone actor:
X95BXRaFOqZ7rzjxM - Email actor:
q3wko0Sbx6ZAAB2xf
Use this when the user wants one command to enrich a LinkedIn URL list with:
- mobile phones
- work emails
- personal emails
- unified rows for n8n/Sheets/CRM
Step-by-step workflow
- Accept LinkedIn URLs (
linkedinUrls) from user. - Validate and normalize URLs.
- Decide branches:
- run phone actor if
includePhones=true - run email actor if
includeEmails=true
- Run selected actors on the same URL list.
- Merge results by normalized LinkedIn URL.
- Return summary + merged rows.
Authentication
export APIFY_TOKEN='apify_api_xxx'
or
python3 scripts/linkedin_email_phone_pipeline.py run \
--apify-token 'apify_api_xxx' \
--input-file references/sample_input.json
Quick start
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/linkedin_email_phone_pipeline.py run \
--input-file references/sample_input.json
Toggle branches
Emails only:
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/linkedin_email_phone_pipeline.py run \
--input-json '{
"linkedinUrls": ["https://www.linkedin.com/in/williamhgates"],
"includeEmails": true,
"includePhones": false,
"includeWorkEmails": true,
"includePersonalEmails": true,
"onlyWithEmails": true
}'
Phones only:
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/linkedin_email_phone_pipeline.py run \
--input-json '{
"linkedinUrls": ["https://www.linkedin.com/in/williamhgates"],
"includeEmails": false,
"includePhones": true,
"onlyWithPhones": true
}'
Notes
- Actor IDs are hardcoded to your provided IDs.
linkedinUrlsis required.- At least one branch must be enabled (
includeEmailsorincludePhones). - Output rows contain available email/phone fields in one record.
References
references/input-contract.mdreferences/troubleshooting.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install linkedin-email-phone-apify - After installation, invoke the skill by name or use
/linkedin-email-phone-apify - Provide required inputs per the skill's parameter spec and get structured output
What is Linkedin Email Phone Apify?
Enrich LinkedIn profile URLs with mobile phone numbers and work/personal emails using Apify actors, merging results into unified output records. It is an AI Agent Skill for Claude Code / OpenClaw, with 309 downloads so far.
How do I install Linkedin Email Phone Apify?
Run "/install linkedin-email-phone-apify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Linkedin Email Phone Apify free?
Yes, Linkedin Email Phone Apify is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Linkedin Email Phone Apify support?
Linkedin Email Phone Apify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Linkedin Email Phone Apify?
It is built and maintained by hundevmode (@hundevmode); the current version is v1.0.0.