# Which Post Drove The Profile Visits?

**Use case:** 

Connect post engagement spikes to profile visit activity to identify content themes that motivate prospects to research your business.

## Input

```json
{
  "posts": [
    "7392252304319684608"
  ],
  "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.