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

# LinkedIn

> LinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities

LinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities

`linkedin` · **22 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth linkedin
run auth linkedin --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run linkedin          # common commands
run linkedin --all    # every command
```

```ts theme={"theme":"github-dark"}
import { linkedin } from "@boxd/run";
```

## Common tools

| Tool                          | What it does                                                                                                                                    |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `create-article-or-url-share` | Tool to create an article or URL share on LinkedIn using the UGC Posts API.                                                                     |
| `get-person`                  | Retrieves a LinkedIn member's profile information by their person ID.                                                                           |
| `get-post-content`            | Tool to retrieve detailed post content including text, images, videos, and metadata from LinkedIn by post URN.                                  |
| `initialize-image-upload`     | Tool to initialize an image upload to LinkedIn and return a presigned upload URL plus the resulting image URN.                                  |
| `register-image-upload`       | Tool to initialize a native LinkedIn image upload for feed shares and return a presigned upload URL plus the resulting digital media asset URN. |

<Accordion title="All 22 tools" icon="list">
  | Tool                           | What it does                                                                                                                                                              |
  | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `create-article-or-url-share`  | Tool to create an article or URL share on LinkedIn using the UGC Posts API.                                                                                               |
  | `create-comment-on-post`       | Tool to create a first-level or nested comment on a LinkedIn share, UGC post, or parent comment via the Social Actions Comments API.                                      |
  | `create-linked-in-post`        | Creates a new post on LinkedIn for the authenticated user or an organization they manage.                                                                                 |
  | `delete-linked-in-post`        | Deletes a specific LinkedIn post (share) by its unique `share_id`, which must correspond to an existing share.                                                            |
  | `delete-post`                  | Delete a LinkedIn post using the Posts API REST endpoint. Supports both ugcPost and share URN formats.                                                                    |
  | `delete-ugc-post`              | Delete a UGC post using the legacy UGC Post API endpoint. Use when you need to delete a post using the v2/ugcPosts endpoint.                                              |
  | `get-ad-targeting-facets`      | Tool to retrieve available ad targeting facets from LinkedIn Marketing API.                                                                                               |
  | `get-audience-counts`          | Retrieves audience size counts for specified targeting criteria.                                                                                                          |
  | `get-company-info`             | Retrieves organizations where the authenticated user has specific roles (ACLs), to determine their management or content posting capabilities for LinkedIn company pages. |
  | `get-image`                    | Tool to retrieve details of a LinkedIn image using its URN. Use when you need to check image status, get download URLs, or access image metadata for a single image.      |
  | `get-images`                   | Tool to retrieve image metadata including download URLs, status, and dimensions from LinkedIn's Images API.                                                               |
  | `get-my-info`                  | Fetches the authenticated LinkedIn user's profile information including name, headline, profile picture, and other profile details.                                       |
  | `get-network-size`             | Tool to retrieve the follower count for a LinkedIn organization.                                                                                                          |
  | `get-org-page-stats`           | Tool to retrieve page statistics for a LinkedIn organization page.                                                                                                        |
  | `get-person`                   | Retrieves a LinkedIn member's profile information by their person ID.                                                                                                     |
  | `get-post-content`             | Tool to retrieve detailed post content including text, images, videos, and metadata from LinkedIn by post URN.                                                            |
  | `get-share-stats`              | Retrieves share statistics for a LinkedIn organization, including impressions, clicks, likes, comments, and shares.                                                       |
  | `get-videos`                   | Retrieves video metadata from LinkedIn for a video owned by a person or organization.                                                                                     |
  | `initialize-image-upload`      | Tool to initialize an image upload to LinkedIn and return a presigned upload URL plus the resulting image URN.                                                            |
  | `list-reactions`               | Retrieves reactions (likes, celebrations, etc.) on a LinkedIn entity such as a share, post, or comment.                                                                   |
  | `register-image-upload`        | Tool to initialize a native LinkedIn image upload for feed shares and return a presigned upload URL plus the resulting digital media asset URN.                           |
  | `search-ad-targeting-entities` | Search for ad targeting entities using typeahead search. Use when you need to find targeting entities like geographic locations, job titles...                            |
</Accordion>

[Open LinkedIn in the console →](https://app.boxd.sh/integrations/detail/linkedin)
