# See Who Liked Any LinkedIn Post (No Login Required)

**Use case:** 

Paste any LinkedIn post URL and get the list of people who liked it, with each reactor's name, headline, and profile link. No LinkedIn login or cookies.

## Input

```json
{
  "postUrls": [
    "https://www.linkedin.com/feed/update/urn:li:share:7404946870776868864/"
  ],
  "reactionType": "ALL",
  "maxReactions": 100,
  "headlineKeywords": [],
  "excludeCompanies": false,
  "metadataOnly": false,
  "includePostDetails": false
}
```

## Output

```json
{
  "reactor.name": {
    "label": "Name",
    "format": "text"
  },
  "reaction_type": {
    "label": "Reaction Type",
    "format": "text"
  },
  "is_company": {
    "label": "Company?",
    "format": "text"
  },
  "matches_filters": {
    "label": "Matches Filter?",
    "format": "text"
  },
  "is_new": {
    "label": "New?",
    "format": "text"
  },
  "_metadata.post_url": {
    "label": "Input",
    "format": "link"
  },
  "reactor": {
    "label": "Reactor",
    "format": "object"
  },
  "_metadata": {
    "label": "Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Post Reactions Scraper ✅ NO COOKIES](https://apify.com/atomus/linkedin-reactions-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/atomus/linkedin-reactions-scraper-pro) to learn more, explore other use cases, and run it yourself.