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"
}
| Field | Required | Notes |
|---|---|---|
accountId | Yes | From GET /accounts |
linkedinUrl | Yes | Personal /in/… |
depth | No | basic (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[].