# LinkedIn Post Comments Scraper for Lead Insights

**Use case:** 

Extract comments from specified LinkedIn posts. Gain structured data to enhance lead enrichment and analyze audience engagement.

## Input

```json
{
  "postUrls": [
    "https://www.linkedin.com/posts/charlie-hills_claude-has-375-native-mcp-connectors-how-activity-7473675973541044225-8oQk"
  ]
}
```

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