# Scrape LinkedIn Top Content homepage trending feed

**Use case:** 

Extract trending posts and articles from LinkedIn Top Content homepage with authors, engagement, and topic tags.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/top-content/"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "type": {
    "label": "Type"
  },
  "category": {
    "label": "Category"
  },
  "author": {
    "label": "Author"
  },
  "authorUrl": {
    "label": "Author url"
  },
  "authorTitle": {
    "label": "Author title"
  },
  "followers": {
    "label": "Followers"
  },
  "postTime": {
    "label": "Post time"
  },
  "reactions": {
    "label": "Reactions"
  },
  "comments": {
    "label": "Comments"
  },
  "postUrl": {
    "label": "Post url"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Linkedin Top Content Scraper](https://apify.com/lexis-solutions/linkedin-top-content-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/linkedin-top-content-scraper) to learn more, explore other use cases, and run it yourself.