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

> Retrieves posts and content from LinkedIn user profiles

Retrieves posts and content from LinkedIn user profiles

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | LinkedIn                     |
| **Operation ID**     | `linkedin_get_profile_posts` |
| **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 posts 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 from the profile.

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