# Measure LinkedIn Post Engagement

**Use case:** 

Run LinkedIn Posts Scraper with comment and reactor enrichment to review visible engagement on LinkedIn posts.

## Input

```json
{
  "targetUrls": [
    {
      "url": "https://www.linkedin.com/company/microsoft/"
    }
  ],
  "sortBy": "date",
  "contentType": "all",
  "includeQuotePosts": true,
  "includeReposts": true,
  "startPage": 1,
  "scrapePages": 0,
  "includeTopComments": true,
  "maxTopCommentsPerPost": 3,
  "includeReactors": true,
  "maxReactorsPerPost": 5,
  "authorProfileMode": "none",
  "maxPostsPerTarget": 10,
  "maxTotalPosts": 10
}
```

## Output

```json
{
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "text": {
    "label": "Post text",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "media": {
    "label": "Media",
    "format": "object"
  },
  "comments": {
    "label": "Comments",
    "format": "array"
  },
  "reactors": {
    "label": "Reactors",
    "format": "array"
  },
  "repost": {
    "label": "Repost",
    "format": "object"
  },
  "matchedInputs": {
    "label": "Matched inputs",
    "format": "array"
  },
  "postId": {
    "label": "Post ID",
    "format": "string"
  },
  "activityUrn": {
    "label": "Activity URN",
    "format": "string"
  }
}
```

## About this Actor

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