# Top LinkedIn Data Science & AI Posts Scraper

**Use case:** 

Extract the highest-engagement LinkedIn posts in Data Science and AI. Gain insights from verified Top Voices and their engagement data.

## Input

```json
{
  "mode": "category",
  "category": "data-science",
  "startUrls": [],
  "maxPosts": 500,
  "maxDepth": 3,
  "onlyTopVoices": true,
  "minReactions": 0,
  "locale": "en"
}
```

## Output

```json
{
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "authorBadge": {
    "label": "Badge",
    "format": "text"
  },
  "authorFollowerCount": {
    "label": "Followers",
    "format": "number"
  },
  "isTopVoice": {
    "label": "Top Voice",
    "format": "boolean"
  },
  "reactionCount": {
    "label": "Reactions",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "topicCategory": {
    "label": "Category",
    "format": "text"
  },
  "topicTitle": {
    "label": "Topic",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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