App Logo
linkedin.com

Sales Navigator: get lead

Fetch a full LinkedIn Sales Navigator lead profile by its lead id (from search_people). Requires a Sales Navigator seat; contactInfo is empty unless the lead is unlocked for the seat. Returns fullName, headline, summary, degree, location, classic LinkedIn profile URL, full position history (title, company, companyUrn, description, dates), saved-list status, and contact info when unlocked.

Input

leadId required

Sales Navigator lead id from sales_navigator_search_people. The raw value including any search-context suffix (e.g. "ACwAAB...,NAME_SEARCH,Sgkj") is accepted — it is normalized to the bare profile id.

Output

leadId required
fullName required
degree optional
summary optional
headline optional
lastName optional
location optional
unlocked optional

Whether the lead's contact info is unlocked for this seat.

firstName optional
listCount optional
memberUrn optional

urn:li:member:N — classic LinkedIn member id.

positions optional
savedLead optional
contactInfo optional

Emails/phones/websites when unlocked; {} otherwise.

currentPosition optional
flagshipProfileUrl optional

Classic linkedin.com/in/ profile URL.

FAQ

Fetch a full LinkedIn Sales Navigator lead profile by its lead id (from search_people). Requires a Sales Navigator seat; contactInfo is empty unless the lead is unlocked for the seat. Returns fullName, headline, summary, degree, location, classic LinkedIn profile URL, full position history (title, company, companyUrn, description, dates), saved-list status, and contact info when unlocked.
Required: leadId.
It returns degree, leadId, summary, fullName, headline, lastName, location, unlocked, firstName, listCount, memberUrn, positions, savedLead, contactInfo, currentPosition, flagshipProfileUrl.
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.
Unknown: its author has not declared whether it changes anything on linkedin.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/sales_navigator_get_lead, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/sales_navigator_get_lead
It is part of Reduck's official curated catalogue.

Start building not clicking