# LinkedIn — Profile search

Find LinkedIn profiles by name, with headline, current company and location HTML version: https://www.socialrouter.io/services/linkedin/profile.search

## Call it

```
POST https://api.socialrouter.io/v1/extract/linkedin/profile.search
Authorization: Bearer <your API key>
Content-Type: application/json

{ "queries": ["Satya Nadella"] }
```

The response shape does not depend on which offer ran; `served_by` names the one that did.

## Input

- `A person's full name, as you would type it in LinkedIn's people search`. Example: `Satya Nadella`

## Options

None.

## Offers, in failover order

1. `brightdata/linkedin` — $0.0017 per record, up to 100 inputs per call

## See also

- Catalogue as JSON: https://api.socialrouter.io/v1/services
- OpenAPI 3.1 spec: https://api.socialrouter.io/v1/openapi.json
- Agent overview: https://www.socialrouter.io/llms.txt
- Sitemap: https://www.socialrouter.io/sitemap.xml
- Docs: https://docs.socialrouter.io
