Install
openclaw skills install linkedin-email-phone-apifyEnrich LinkedIn profile URLs with mobile phone numbers and work/personal emails using Apify actors, merging results into unified output records.
openclaw skills install linkedin-email-phone-apifyThis skill runs two Apify actors in one pipeline and merges results by LinkedIn profile URL:
X95BXRaFOqZ7rzjxMq3wko0Sbx6ZAAB2xfUse this when the user wants one command to enrich a LinkedIn URL list with:
linkedinUrls) from user.includePhones=trueincludeEmails=trueexport 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
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/linkedin_email_phone_pipeline.py run \
--input-file references/sample_input.json
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
}'
linkedinUrls is required.includeEmails or includePhones).references/input-contract.mdreferences/troubleshooting.md