# LinkedIn Company Post Monitor

**Use case:** 

Collect recent posts from specified LinkedIn company pages. Analyze engagement metrics for up to 25 posts, aiding in market research and brand monitoring.

## Input

```json
{
  "companies": [
    "https://www.linkedin.com/company/openai/",
    "https://www.linkedin.com/showcase/aiatmeta/"
  ],
  "includeAffiliatedCompanies": false,
  "includeSimilarCompanies": false,
  "includePosts": true,
  "maxPosts": 25
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "industry": {
    "label": "Industry"
  },
  "companySize": {
    "label": "Company size"
  },
  "followerCount": {
    "label": "Follower count"
  },
  "headquarters": {
    "label": "Headquarters"
  },
  "website": {
    "label": "Website"
  },
  "companyUrl": {
    "label": "Company url"
  }
}
```

## About this Actor

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