Look up any LinkedIn profile
Look up any LinkedIn member by their vanity name (the slug after `/in/` in their profile URL). Returns profile summary, headline, location, connection degree, full career history, and education.
**Vanity name extraction:** If you have a full URL like `https://www.linkedin.com/in/williamhgates/`, extract just `williamhgates` as the path parameter.
**Connection degree:** The `connectionDegree` field shows your relationship: `DISTANCE_1` (connected), `DISTANCE_2` (2nd degree), `DISTANCE_3` (3rd degree), or empty if unknown.
Uses LinkedIn's REST API — fast (under 2s), no browser navigation.
Authentication
AuthorizationBearer
Tenant API key (voy_xxx) or admin secret
Path parameters
vanityName
LinkedIn vanity URL slug — the part after /in/ (e.g. ‘williamhgates’, ‘satyanadella’)
Response
Profile with positions, education, and connection degree
success
profile
positions
education
currentCompany
Errors
401
Unauthorized Error