# Mobile Phone Numbers for Decision Makers

**Use case:** 

Retrieve mobile phone numbers for decision makers based on their LinkedIn profiles. Get accurate contact details quickly.

## Input

```json
{
  "linkedinUrl": "https://www.linkedin.com/in/stephen-green-6968b119/"
}
```

## Output

```json
{
  "input_url": {
    "label": "Input LinkedIn URL",
    "format": "string"
  },
  "mobile_number": {
    "label": "Mobile number",
    "format": "string"
  },
  "profile_url": {
    "label": "Matched profile URL",
    "format": "string"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "message": {
    "label": "Status message",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Find Mobile Phones of Decision Makers](https://apify.com/parvenu/mobile-phone-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parvenu/mobile-phone-enrichment) to learn more, explore other use cases, and run it yourself.