> For the complete documentation index, see [llms.txt](https://whitepaper.aitech.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.aitech.io/agentforge/tools/linkedin.md).

# linkedin

### LinkedIn

[LinkedIn](https://www.linkedin.com/) is the world’s largest professional networking platform, empowering users to build their careers, connect with their network, and share professional content. LinkedIn is widely used by professionals across industries for personal branding, recruiting, job search, and business development.

With LinkedIn, you can easily share posts to your personal feed to engage with your network, and access information about your profile to highlight your professional achievements. Automated integration with Agent Forge allows you to leverage LinkedIn functionality programmatically—enabling agents and workflows to post updates, report on your professional presence, and keep your feed active without manual effort.

Key LinkedIn features available through this integration include:

* **Share Posts:** Automatically publish professional updates, articles, or announcements to your LinkedIn personal feed.
* **Profile Information:** Retrieve detailed information about your LinkedIn profile to monitor or use in downstream tasks within your workflows.

These capabilities make it easy to keep your LinkedIn network engaged and to extend your professional reach efficiently as part of your AI or workflow automation strategy.

### Usage Instructions

Integrate LinkedIn into workflows. Share posts to your personal feed and access your LinkedIn profile information.

### Tools

#### `linkedin_share_post`

Share a post to your personal LinkedIn feed

**Input**

| Parameter         | Type   | Required | Description                                                          |
| ----------------- | ------ | -------- | -------------------------------------------------------------------- |
| `text`            | string | Yes      | The text content of your LinkedIn post                               |
| `visibility`      | string | No       | Who can see this post: "PUBLIC" or "CONNECTIONS" (default: "PUBLIC") |
| `request`         | string | No       | No description                                                       |
| `output`          | string | No       | No description                                                       |
| `specificContent` | string | No       | No description                                                       |
| `shareCommentary` | string | No       | No description                                                       |
| `headers`         | string | No       | No description                                                       |

**Output**

| Parameter | Type    | Description                       |
| --------- | ------- | --------------------------------- |
| `success` | boolean | Operation success status          |
| `postId`  | string  | Created post ID                   |
| `profile` | json    | LinkedIn profile information      |
| `error`   | string  | Error message if operation failed |

#### `linkedin_get_profile`

Retrieve your LinkedIn profile information

**Input**

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |

**Output**

| Parameter | Type    | Description                       |
| --------- | ------- | --------------------------------- |
| `success` | boolean | Operation success status          |
| `postId`  | string  | Created post ID                   |
| `profile` | json    | LinkedIn profile information      |
| `error`   | string  | Error message if operation failed |

### Notes

* Category: `tools`
* Type: `linkedin`
