# LinkedIn article and newsletter issue extractor

**Use case:** 

Extract a concrete public LinkedIn issue into structured article text, author, date, images, canonical URL, reactions, and comments.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/pulse/issue-180-comms-careers-community-becomes-official-andrea-donatucci-kxyuc"
    }
  ],
  "includeIssues": false,
  "maxItems": 1,
  "maxIssuesPerNewsletter": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "authorName": {
    "label": "Author"
  },
  "publishedAt": {
    "label": "Published"
  },
  "cadence": {
    "label": "Cadence"
  },
  "followerCount": {
    "label": "Followers"
  },
  "reactionCount": {
    "label": "Reactions"
  },
  "commentCount": {
    "label": "Comments"
  },
  "canonicalUrl": {
    "label": "URL"
  },
  "bodyText": {
    "label": "Body"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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