# Media Tech VPs Who Just Moved

**Use case:** 

Spot streaming technology vice presidents shifting between entertainment studios to sell high-volume video delivery tools during stack upgrades.

## Input

```json
{
  "profiles": [
    "reed-hastings",
    "ted-sarandos",
    "shantanu-narayen"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "publicId": {
    "label": "Public Profile Identifier",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "company": {
    "label": "Current Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "seniorityBand": {
    "label": "Seniority Band",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Finder - Find Anyone By Role And Company](https://apify.com/reapx/linkedin-profile-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/linkedin-profile-discovery) to learn more, explore other use cases, and run it yourself.