Find Mobile Phones of Decision Makers avatar
Find Mobile Phones of Decision Makers

Pricing

$200.00 / 1,000 results

Go to Apify Store
Find Mobile Phones of Decision Makers

Find Mobile Phones of Decision Makers

Developed by

Parvenu

Parvenu

Maintained by Community

Find mobile phones for decision makers for $.20 / cell phone

5.0 (1)

Pricing

$200.00 / 1,000 results

2

7

7

Last modified

a day ago

LinkedIn Phone Number Enrichment Actor

This Apify Actor enriches LinkedIn profiles with mobile phone numbers. It processes a single LinkedIn profile URL per request and returns the associated mobile number if available.

🚀 Features

  • ✅ Enriches LinkedIn profiles with mobile phone numbers
  • ✅ Validates LinkedIn URL format before processing

📋 Input

The actor accepts a single LinkedIn profile URL per request.

Input Schema

{
"linkedinUrl": "https://www.linkedin.com/in/example-profile"
}

Input Parameters

ParameterTypeRequiredDescription
linkedinUrlStringYesA valid LinkedIn profile URL (must start with https://www.linkedin.com/in/ or https://linkedin.com/in/)

Input Example

{
"linkedinUrl": "https://www.linkedin.com/in/john-doe-123456"
}

📤 Output

The actor stores results in the Apify dataset. Each run produces a single result object.

Output Schema

{
"input_url": "https://www.linkedin.com/in/example-profile",
"mobile_number": "+1234567890",
"profile_url": "linkedin.com/in/example-profile",
"message": "Phone number enrichment completed",
"success": true,
"timestamp": "2025-10-01T12:30:45.123456",
}

🎯 Use Cases

  • Lead generation and enrichment
  • Sales prospecting automation
  • Contact database enhancement
  • CRM data enrichment
  • Recruitment and talent sourcing

⚠️ Important Notes

  • Single URL per request: This actor processes only ONE LinkedIn URL per run. For bulk processing, run the actor multiple times or create a workflow.
  • Valid URLs Only: Only standard LinkedIn profile URLs are accepted (e.g., https://www.linkedin.com/in/username)

🛠️ Error Handling

The actor handles various error scenarios:

  • Invalid URL Format: Validates LinkedIn URL format before processing