# Monitor Competitor LinkedIn Content at Scale

**Use case:** 

Scrape competitor and exec LinkedIn posts by URL: text, author, timestamp, reactions, comments, reposts and media. Track what rivals publish and how it performs

## Input

```json
{
  "postUrls": [
    "https://www.linkedin.com/posts/williamhgates_ill-never-forget-typing-this-letter-to-my-activity-7288306552338362369-ZEgW",
    "urn:li:activity:7444032259956903936",
    "urn:li:share:7441772941413085184"
  ],
  "maxPosts": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "author_headline": {
    "label": "Headline",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted At",
    "format": "text"
  },
  "reactions_count": {
    "label": "Reactions",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "reposts_count": {
    "label": "Reposts",
    "format": "number"
  }
}
```

## About this Actor

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