# Analyze Competitor Content Strategy on LinkedIn

**Use case:** 

Gain competitive intelligence by scraping posts from hashtags relevant to your competitors' key topics. Understand their content performance, engagement pattern

## Input

```json
{
  "hashtags": [
    "#cloudcomputing",
    "#devops",
    "#saasmarketing"
  ],
  "maxPostsPerHashtag": 75,
  "datePosted": "r2592000",
  "mediaTypeFilter": "",
  "mediaType": "",
  "sortBy": "relevance",
  "authorType": "COMPANY",
  "language": "",
  "minReactions": 20,
  "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.