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

# LinkedIn URLs

<div style={{position:'absolute',width:'1px',height:'1px',padding:0,margin:'-1px',overflow:'hidden',clipPath:'inset(50%)',whiteSpace:'nowrap',border:0}}>
  > **Agents & LLMs**: a Markdown version of this page is available by appending `.md` to the URL, and the full documentation index is at [llms.txt](https://docs.blitz-api.ai/llms.txt).
</div>

This is a list of all supported LinkedIn URL formats (for fields such as `person_linkedin_url` or `company_linkedin_url`).

## People

### Supported

| Format                            | Example                                                          |
| :-------------------------------- | :--------------------------------------------------------------- |
| Profile URL                       | `https://www.linkedin.com/in/john-smith-2a1ba6258`               |
| Profile URL with LinkedIn's token | `https://www.linkedin.com/in/ACoAAB1cD2eF3gH...`                 |
| Sales Navigator lead URL          | `https://www.linkedin.com/sales/lead/ACwAAA...,NAME_SEARCH,VAKJ` |
| Sales Navigator people URL        | `https://www.linkedin.com/sales/people/ACwAAA...`                |
| Profile URN                       | `urn:li:fsd_profile:ACoAAB1cD2eF3gH...`                          |
| Sales Navigator profile URN       | `urn:li:fs_salesProfile:(ACwAAA...,NAME_SEARCH,VAKJ)`            |
| Numeric member URN                | `urn:li:member:122138853`                                        |

### Not supported

* Sales Navigator profile-view URLs — `/sales/profile/...`
* Recruiter URLs — `/talent/profile/...`
* Legacy URLs — `/pub/...` and `/public-profile/in/...`
* Shortened links — `lnkd.in/...`
* `urn:li:person:...` — the public-API person URN is opaque and scoped to a single LinkedIn developer application, so it cannot be resolved to a profile
* A bare token on its own (e.g. `ACoAAB...`), without the surrounding `/in/` URL or `urn:li:` wrapper

## Companies

### Supported

| Format                      | Example                                           |
| :-------------------------- | :------------------------------------------------ |
| Company URL (vanity name)   | `https://www.linkedin.com/company/microsoft`      |
| Company URL (numeric ID)    | `https://www.linkedin.com/company/1035`           |
| Sales Navigator company URL | `https://www.linkedin.com/sales/company/90878032` |
| Organization URN            | `urn:li:organization:1035`                        |
| Company URN                 | `urn:li:company:1035`                             |
