# LinkedIn Brand Content Monitoring Scraper

**Use case:** 

Track recent LinkedIn company posts across competitors for brand monitoring, content research, and sales triggers.

## Input

```json
{
  "companyUrls": [
    "https://www.linkedin.com/company/salesforce/",
    "https://www.linkedin.com/company/hubspot/",
    "https://www.linkedin.com/company/shopify/"
  ],
  "maxPostsPerCompany": 30,
  "maxCompanies": 10
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "text": {
    "label": "Post Text",
    "format": "string"
  },
  "postType": {
    "label": "Type",
    "format": "string"
  },
  "datePublished": {
    "label": "Published",
    "format": "string"
  },
  "postUrl": {
    "label": "URL",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  }
}
```

## About this Actor

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