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

# LinkedIn

### How to get the Company ID from LinkedIn?

#### Method 1

**Step 1:** Go to LinkedIn

**Step 2:** Search the company name in the search field at the upper left corner of the screen.

<figure><img src="/files/5LtArMD0QzzKOFdyRXuZ" alt=""><figcaption></figcaption></figure>

**Step 3:** Click on the company profile from the search results.

<figure><img src="/files/C8RVReoq7GZvZ0fnvAIs" alt=""><figcaption></figcaption></figure>

**Step 4:** Click on the ‘Jobs’ tab as shown in the image below.

<figure><img src="/files/C3oke503MVmdNK5Hz83t" alt=""><figcaption></figcaption></figure>

**Step 5:** Click on any of the jobs posted by the company.

<figure><img src="/files/FcRebRCb845SHUGKAgVL" alt=""><figcaption></figcaption></figure>

&#x20; Once you click on the job post you will find the ‘Company ID’ in the URL of the next page.

<figure><img src="/files/XnQNbDD1pZLrOx95FWos" alt=""><figcaption></figcaption></figure>

In the above example ‘Company ID’ is ‘370289’ as shown in the image above.

#### &#x20;Method 2

You can also get a Company ID from the personal profile page of the employee who worked for the company.

**Step 1:** Search the employee’s name and go to their profile by clicking on their name from the search results.

Step 2: Hover your cursor over the company logo from the ‘Experience’ section and get the Company ID in the link that appears at the lower left-hand corner of the screen.

<figure><img src="/files/0jn4A0LnOh2SyN4J4HSl" alt=""><figcaption></figcaption></figure>

**Note:** To confirm the company on LinkedIn, enter the link given below followed by the company Id in the search bar and you will be redirected to the company profile.

<https://www.linkedin.com/company/>

For Example, <https://www.linkedin.com/company/370289>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pockethrms.com/integrations/linkedin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
