# Scrape Viral Leadership Video Content from LinkedIn

**Use case:** 

Extract top-performing video content in the leadership niche, focusing on posts with high engagement. This task is ideal for identifying influential thought lea

## Input

```json
{
  "maxPosts": 60,
  "category": "leadership",
  "dateRange": "",
  "language": "en",
  "mediaTypeFilter": "video",
  "minComments": 20,
  "cookie": "***"
}
```

## Output

```json
{
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "datetime"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "mediaType": {
    "label": "Media Type",
    "format": "text"
  },
  "reactionsCount": {
    "label": "Reactions",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "repostsCount": {
    "label": "Reposts",
    "format": "number"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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