# Scrape Recent LinkedIn Posts for Outreach

**Use case:** 

Get prospects' latest LinkedIn posts plus profile so you can personalize cold outreach with real recent activity, not just name and title.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/simonsinek/",
    "https://www.linkedin.com/in/gary-vaynerchuk/"
  ],
  "includeRecentPosts": true,
  "includeArticles": false,
  "enrichEngagementFromDom": true,
  "maxRetriesPerProfile": 5,
  "useResidentialFallback": false,
  "concurrency": 5,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "headline": {
    "label": "Headline"
  },
  "country": {
    "label": "Country"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "about": {
    "label": "About"
  },
  "photoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "workHistory": {
    "label": "Work history"
  },
  "education": {
    "label": "Education"
  },
  "languages": {
    "label": "Languages"
  },
  "awards": {
    "label": "Awards"
  },
  "externalLinks": {
    "label": "External links"
  },
  "followers": {
    "label": "Followers"
  },
  "connections": {
    "label": "Connections"
  },
  "recentPosts": {
    "label": "Recent posts"
  },
  "publishedArticles": {
    "label": "Published articles"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Pro - Profile + Posts + Articles, No Cookies](https://apify.com/constructive_calm/linkedin-profile-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/linkedin-profile-pro) to learn more, explore other use cases, and run it yourself.