latestOpenAPI 3.0.3AGPL-3.0 license2026-08-2011401.8 MB

a1e86af2406d

profile

Get authenticated user's LinkedIn profile

Returns the authenticated user's LinkedIn profile as it is currently stored: identity, headline, profile URL, connection count, location, and verification status. Reads storage only, so it makes no LinkedIn API call and consumes no credits. Enriched fields (about text, positions, education, recent posts, recent comments and reactions) appear only when an earlier call has already written them, so treat every one of them as optional and never assume the record is complete.

get/me/linkedin

Response

Stored LinkedIn profile data

successtrue required
linkedinProfileIdstring nullable required

LinkedIn vanity name (e.g., 'alexandre-sarfati')

linkedinNamestring nullable required

Full name from LinkedIn

linkedinEmailstring nullable required

Email from LinkedIn profile

profileUrnstring nullable required

LinkedIn profile URN

headlinestring nullable required

LinkedIn headline

profilePicstring nullable required

Profile picture URL

profileUrlstring nullable required

Full LinkedIn profile URL

summarystring nullable

About section text. Present only when an earlier enrichment stored it; no current call populates it, so treat it as optional.

connectionsCountinteger nullable required

Total LinkedIn connections

followersCountinteger nullable

Total number of followers

isVerifiedboolean nullable required

LinkedIn verification status

creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.