# Did The Founder Outperform The Company Page?

**Use case:** 

Compare executive personal profile reach against official company page posts to allocate marketing resources where impact is highest.

## Input

```json
{
  "posts": [
    "7413272802331602944"
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "postUrn": {
    "label": "postUrn",
    "format": "string"
  },
  "authorName": {
    "label": "authorName",
    "format": "string"
  },
  "likeCount": {
    "label": "likeCount",
    "format": "integer"
  },
  "commentCount": {
    "label": "commentCount",
    "format": "integer"
  },
  "postUrl": {
    "label": "postUrl",
    "format": "string"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

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