App Logo
linkedin.com

Get LinkedIn profile contact info

Get a LinkedIn profile's Contact info overlay (profile link, email, phone, address, birthday, websites, social handles - whichever the profile exposes) by public ID. get_profile stops at the top card and About section; this reaches the separate Contact info panel. Requires being logged in to LinkedIn.

Input

publicId required

LinkedIn public profile id - the part after /in/ in the profile URL. Accepts the vanity slug (e.g. 'williamhgates') or the obfuscated member token (ACoAA...); both resolve.

Output

email required

Email address, when the profile exposes one.

fields required

Every row shown in the panel verbatim (profile/email/websites included), for fields not promoted to a named property above - phone, address, birthday, connected-on date, social handles, etc. Empty when hasContactInfo is false.

websites required

Website links the profile lists (a profile can list more than one, each with its own label like 'Company' or 'Blog').

profileUrl required

This profile's own canonical URL, from the panel's own 'profile' row (always present when hasContactInfo is true).

hasContactInfo required

False when the profile offers no Contact info link at all (privacy setting, or the viewer lacks access) - every other field is then null/empty rather than a parse failure.

Start building not clicking