# Monitor AI Marketing Trends on LinkedIn

**Use case:** 

Stay updated on the latest AI and marketing trends by scraping top-performing posts from LinkedIn. This helps you identify emerging topics, popular content form

## Input

```json
{
  "hashtags": [
    "#AI",
    "#marketingstrategy",
    "#digitalmarketing"
  ],
  "maxPostsPerHashtag": 100,
  "datePosted": "r604800",
  "mediaTypeFilter": "",
  "mediaType": "",
  "sortBy": "relevance",
  "authorType": "",
  "language": "",
  "minReactions": 50,
  "minComments": 10,
  "cookie": "***"
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "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 Hashtag Posts Scraper](https://apify.com/crawlerbros/linkedin-hashtag-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/linkedin-hashtag-posts-scraper) to learn more, explore other use cases, and run it yourself.