# Scrape LinkedIn User's Comments & Reactions

**Use case:** 

See what someone engages with on LinkedIn — their recent comments and reactions, with posts, authors and text. No cookies and no login needed.

## Input

```json
{
  "username": "williamhgates",
  "include": "both",
  "count": 20
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "reaction_type": {
    "label": "Reaction type"
  },
  "comment_text": {
    "label": "Comment text"
  },
  "post_author_name": {
    "label": "Post author name"
  },
  "post_text": {
    "label": "Post text"
  },
  "post_url": {
    "label": "Post url"
  },
  "created_at": {
    "label": "Created at"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Engagement Scraper — Comments & Reactions](https://apify.com/endspec/linkedin-instant-engagement-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/linkedin-instant-engagement-scraper) to learn more, explore other use cases, and run it yourself.