# Scrape Microsoft's Latest LinkedIn Posts

**Use case:** 

Extract Microsoft's most recent LinkedIn company posts — text, likes, comments and shares — as clean rows. No login or cookies; just hit Run.

## Input

```json
{
  "target": "microsoft",
  "target_type": "company",
  "count": 10,
  "sort_by": "recent"
}
```

## Output

```json
{
  "author_name": {
    "label": "Author name"
  },
  "text": {
    "label": "Text"
  },
  "num_likes": {
    "label": "Num likes"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "num_shares": {
    "label": "Num shares"
  },
  "created_at": {
    "label": "Created at"
  },
  "post_url": {
    "label": "Post url"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Posts Scraper — Profile & Company Posts](https://apify.com/endspec/linkedin-instant-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/linkedin-instant-posts-scraper) to learn more, explore other use cases, and run it yourself.