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

# LinkedIn

> Use linkedin attributes in the Breakcold API.

## Attribute type

`linkedin`

## Use it for

LinkedIn profile or company URLs.

## Request value

Send a string.

```json theme={null}
{
  "fields": {
    "linkedin": "https://www.linkedin.com/in/ada-lovelace"
  }
}
```

## Returned shape

Returns a string.

## Example response

```json theme={null}
{
  "fields": {
    "linkedin": "https://www.linkedin.com/in/ada-lovelace"
  }
}
```
