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

> Extracts detailed information and metadata from LinkedIn user profiles

Extracts detailed information and metadata from LinkedIn user profiles

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

## Inputs

| Field         | Type                                                    | Required | Default | Description                                                                                                  |
| ------------- | ------------------------------------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------ |
| `username`    | string                                                  | No       | -       | Enter either the full LinkedIn profile URL (e.g., `https://www.linkedin.com/in/username`)                    |
| `usernames`   | array of string (also accepts a comma-separated string) | No       | -       | Enter a list of LinkedIn profile URLs                                                                        |
| `update_type` | string or SelectableOption                              | Yes      | -       | Choose how to provide profile URLs. Available options: 'single' (Single Profile), 'bulk' (Multiple Profiles) |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns profile details.

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