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.

FAQ

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.
Required: publicId.
It returns email, fields, websites, profileUrl, hasContactInfo.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_profile_contact_info, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_profile_contact_info
It is part of Reduck's official curated catalogue.

Start building not clicking