# Monitor Executive Updates on LinkedIn

**Use case:** 

Build a repeatable LinkedIn profile-monitoring workflow for executive posts, announcements, and engagement signals.

## Input

```json
{
  "profileUrls": [
    "satyanadella",
    "tim-cook"
  ],
  "maxProfiles": 2
}
```

## Output

```json
{
  "profileName": {
    "label": "Author"
  },
  "headline": {
    "label": "Headline"
  },
  "postType": {
    "label": "Type"
  },
  "datePublished": {
    "label": "Published"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "postUrl": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  }
}
```

## About this Actor

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