> ## 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

> Get posts user reacted to on LinkedIn profiles

Get posts user reacted to on LinkedIn profiles

|                      |                                  |
| -------------------- | -------------------------------- |
| **App**              | LinkedIn                         |
| **Operation ID**     | `linkedin_get_profile_reactions` |
| **Type**             | Action                           |
| **Connection**       | None                             |
| **Credits per run**  | 10                               |
| **Agent / MCP tool** | Yes                              |

## Inputs

| Field         | Type    | Required | Default | Description                                                                        |
| ------------- | ------- | -------- | ------- | ---------------------------------------------------------------------------------- |
| `username`    | string  | Yes      | -       | Enter either the full LinkedIn profile URL or just the username (e.g., john-doe13) |
| `limit`       | integer | No       | `10`    | Maximum number of reactions to fetch (default is 10, range: 1-100)                 |
| `page_number` | integer | No       | `1`     | Page number for pagination (default is 1)                                          |

## Output

**Type**: `List[Dict]`

Returns list of posts the user reacted to.

**Fields**: dynamic (depend on the inputs)
