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

# LinkedIn

> Connect LinkedIn to your workflows: 12 operations across 4 categories.

The LinkedIn node adds LinkedIn operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the LinkedIn node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect LinkedIn under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your LinkedIn account when prompted; no keys to copy.

NoClick requests the following permissions:

* `openid`
* `profile`
* `email`
* `w_member_social`

## Operations

### Company

| Operation                    | ID                         | Description                                                                               |
| ---------------------------- | -------------------------- | ----------------------------------------------------------------------------------------- |
| **Scrape Company Employees** | `scrape_company_employees` | Scrape employees of a LinkedIn company via Apify (harvestapi/linkedin-company-employees). |
| **Search Companies**         | `search_companies`         | Search LinkedIn companies via Apify (harvestapi/linkedin-company-search).                 |

### Job

| Operation               | ID                    | Description                                                              |
| ----------------------- | --------------------- | ------------------------------------------------------------------------ |
| **Search Job Listings** | `search_job_listings` | Search LinkedIn job listings via Apify (harvestapi/linkedin-job-search). |

### Post

| Operation               | ID                    | Description                                                                          |
| ----------------------- | --------------------- | ------------------------------------------------------------------------------------ |
| **Create Article Post** | `create_article_post` | Create an article/link post on LinkedIn                                              |
| **Create Text Post**    | `create_text_post`    | Create a text post on LinkedIn                                                       |
| **Delete Post**         | `delete_post`         | Delete a LinkedIn post                                                               |
| **Get Post**            | `get_post`            | Get a specific LinkedIn post by ID.                                                  |
| **List User Posts**     | `list_user_posts`     | List posts authored by the authenticated user.                                       |
| **Search Posts**        | `search_posts`        | Search LinkedIn posts via Apify (harvestapi/linkedin-post-search). \$2 per 1k posts. |

### Profile

| Operation                     | ID                          | Description                                                              |
| ----------------------------- | --------------------------- | ------------------------------------------------------------------------ |
| **Get Authenticated Profile** | `get_authenticated_profile` | Get the authenticated user's profile information                         |
| **Scrape User Profiles**      | `scrape_user_profiles`      | Scrape LinkedIn profiles by URL/handle/ID via Apify (harvestapi).        |
| **Search User Profiles**      | `search_user_profiles`      | Search LinkedIn profiles via Apify (harvestapi/linkedin-profile-search). |
