App Logo
linkedin.com

Sales Navigator – Get lead list contents

List the leads saved inside a LinkedIn Sales Navigator lead list, by list id (from list_lead_lists), paginated via start/count (default 25, newest-added first). Returns total and leads (salesProfileUrn - feeds save_lead_to_list and get_lead - plus salesLeadUrl, name, degree, geoRegion, current title/company, listCount, dateAddedToListAt, crmStatus). Needs a Sales Navigator seat.

Input

listId required

Lead list id (numeric string) from list_lead_lists.

count optional

Leads per page. Default 25. Order is dateAdded DESC and stable, so start is safe to fan out.

start optional

0-based offset for pagination. Default 0.

Output

leads required
listId required
count optional
start optional
total optional

Total leads in the list.

FAQ

List the leads saved inside a LinkedIn Sales Navigator lead list, by list id (from list_lead_lists), paginated via start/count (default 25, newest-added first). Returns total and leads (salesProfileUrn - feeds save_lead_to_list and get_lead - plus salesLeadUrl, name, degree, geoRegion, current title/company, listCount, dateAddedToListAt, crmStatus). Needs a Sales Navigator seat.
Required: listId. Optional: count, start.
It returns count, leads, start, total, listId.
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_list, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/sales_navigator_get_lead_list
It is part of Reduck's official curated catalogue.

Start building not clicking