# Extract Thought Leader Posts from LinkedIn

**Use case:** 

Extract detailed data from key LinkedIn thought leader posts. Gain insights on post content, engagement metrics, and author information.

## Input

```json
{
  "postUrls": [
    "https://www.linkedin.com/posts/charlie-hills_claude-has-375-native-mcp-connectors-how-activity-7473675973541044225-8oQk",
    "https://www.linkedin.com/posts/apify_two-brothers-scraped-10000-french-bakeries-activity-7477345241553936384-aWdh"
  ]
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "author": {
    "label": "Author"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "numLikes": {
    "label": "Num likes"
  },
  "numComments": {
    "label": "Num comments"
  },
  "postUrl": {
    "label": "Post url"
  }
}
```

## About this Actor

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