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

38

38

Last modified

13 days ago


Find Mobile Phones of Decision Makers

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.

Sign up for Parvenu for mobile phones, additional enrichments, and AI personalization.

๐Ÿš€ 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