# Monitor Daily Top Sales Training Posts on LinkedIn

**Use case:** 

Identify highly engaged posts related to sales training and techniques published in the last 24 hours. This enables sales leaders and trainers to stay updated o

## Input

```json
{
  "maxPosts": 40,
  "category": "sales training",
  "dateRange": "24h",
  "language": "en",
  "mediaTypeFilter": "",
  "minComments": 10,
  "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.