# Monitor Competitor Executives and Key Hires

**Use case:** 

Keep a close watch on key personnel movements within your competitor's executive team to understand their strategic shifts. Gain competitive intelligence on new

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/timcook",
    "https://www.linkedin.com/in/andyjassy"
  ],
  "maxSkills": 25,
  "language": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Linkedin Profile Scraper](https://apify.com/crawlerbros/linkedin-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/linkedin-profile-scraper) to learn more, explore other use cases, and run it yourself.