> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Profile Reactions

> Extract posts that a LinkedIn profile has liked, commented on, or shared for engagement analysis.

**Get Profile Reactions** scrapes the recent posts that a LinkedIn profile has interacted with through likes, comments, and shares. Perfect for understanding interests, network connections, and engagement patterns.

***

## When to Use It

* Research prospect interests and engagement patterns
* Understand what content resonates with target audiences
* Identify shared connections and network overlaps
* Analyze competitor engagement strategies
* Find content collaboration opportunities

***

## Inputs

| Field                    | Type   | Required | Description                                               |
| ------------------------ | ------ | -------- | --------------------------------------------------------- |
| **Profile URL/Username** | Text   | Yes      | LinkedIn profile URL or username to get reactions from    |
| **Max Reactions**        | Number | No       | Maximum number of reactions to fetch (1-100, default: 10) |

### URL Format Options

**Full URL:**

```
https://www.linkedin.com/in/john-doe13/
```

**Username Only:**

```
john-doe13
```

***

## Outputs

Returns a list of posts the profile has interacted with:

| Field                     | Description                                |
| ------------------------- | ------------------------------------------ |
| **Original Post Content** | Content of the post they reacted to        |
| **Original Author**       | Profile who created the original post      |
| **Reaction Type**         | Like, comment, share, or other interaction |
| **Reaction Date**         | When the interaction occurred              |
| **Post URL**              | Link to the original post                  |
| **Engagement Context**    | Additional context about the interaction   |

***

## Credit Cost

10 credits per reaction processed.

***

## Real-World Examples

**Prospect Interest Research:**

```
Get Profile Reactions (sales prospect) → AI Analyze Data → Write to Sheets
"Understand prospect's professional interests and pain points from their activity"
```

**Content Strategy Research:**

```
Get Profile Reactions (industry leaders) → AI Analyze Data → Generate content ideas
"See what content industry leaders engage with to inspire own content strategy"
```

***

## Understanding Reaction Types

**Likes:**

* Shows content appreciation and interest
* Indicates topics that resonate with the profile
* Often the most common interaction type

**Comments:**

* Deeper engagement and stronger interest
* May reveal opinions and perspectives
* Shows active participation in discussions

**Shares:**

* Strongest endorsement of content
* Indicates content they want their network to see
* Often reveals professional values and priorities

***

## FAQ

<Accordion title="What types of reactions can I see?">
  You can see likes, love, insightful, funny, and other public interactions the profile has made with posts in their network. The specific reaction type will be identified in the returned data.
</Accordion>

<Accordion title="How recent are the reactions I can get?">
  You'll get the most recent reactions, starting with the newest interactions. The timeframe depends on how active the person is on LinkedIn and your reaction limit setting.
</Accordion>

<Accordion title="Can I see private interactions or reactions?">
  No, you can only see reactions to posts that are publicly visible. Private interactions or reactions to limited-audience posts won't be accessible.
</Accordion>

<Accordion title="What if someone rarely interacts on LinkedIn?">
  You'll get whatever interactions are available, which might be fewer than your requested limit. Some profiles may have very limited recent activity.
</Accordion>

<Accordion title="Do I get charged based on the number of reactions returned?">
  Yes, you pay 10 credits per reaction processed. Whether you get 5 reactions or 50 reactions, the cost remains the same.
</Accordion>

<Accordion title="Can I see the full original posts they reacted to?">
  Yes, you'll get the content of the original posts they interacted with, along with information about the original authors and post details.
</Accordion>

<Accordion title="How is this different from getting their own posts?">
  This shows what OTHERS have posted that this profile engaged with, while Get Profile Posts shows what THEY have posted themselves. This gives insight into their interests and network.
</Accordion>

<Accordion title="Can I filter by reaction type (likes vs comments vs shares)?">
  The raw data includes reaction types, which you can filter using other workflow nodes like Remove Fields or Conditional Split after getting the data. Or just use Google Sheets to analyze the data further.
</Accordion>
