# LinkedIn Company Slug Posts Extractor

**Use case:** 

Collect public posts from LinkedIn company slugs like google, microsoft, or apify without manual login.

## Input

```json
{
  "companyUrls": [
    "google",
    "microsoft",
    "apify"
  ],
  "maxPostsPerCompany": 15,
  "maxCompanies": 3
}
```

## 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.