POST/linkedin/profiles/lookup

Live profile lookup by LinkedIn URL. 0 credits. Strict rate limits apply.

POST /linkedin/profiles/lookup
X-API-Key: sk_live_...
Content-Type: application/json
{
  "accountId": "acc_abc",
  "linkedinUrl": "https://www.linkedin.com/in/jane-doe/",
  "depth": "basic"
}
FieldRequiredNotes
accountIdYesFrom GET /accounts
linkedinUrlYesPersonal /in/…
depthNobasic (default) or full

Prefer basic. Both depths count toward the daily cap.

{
  "fullName": "Jane Doe",
  "firstName": "Jane",
  "lastName": "Doe",
  "headline": "VP Sales at Acme",
  "jobTitle": "VP Sales",
  "companyName": "Acme",
  "companyLinkedin": "https://www.linkedin.com/company/acme",
  "website": null,
  "location": "Austin, TX",
  "linkedinUrl": "https://www.linkedin.com/in/jane-doe/",
  "providerId": "...",
  "profilePictureUrl": "https://..."
}

With depth: full, also includes about and experience[].