# Extract HR & Recruitment Insights from LinkedIn

**Use case:** 

Monitor discussions and trends within the HR and recruitment space by scraping posts from key industry hashtags. This provides valuable insights into talent acq

## Input

```json
{
  "hashtags": [
    "#hrtech",
    "#recruitment",
    "#futureofwork"
  ],
  "maxPostsPerHashtag": 90,
  "datePosted": "r604800",
  "mediaTypeFilter": "",
  "mediaType": "",
  "sortBy": "date",
  "authorType": "PERSON",
  "language": "en",
  "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.