Peoplesales nav

Search Saved People

Export people saved in Sales Navigator for list hygiene, handoffs, and automated follow-up.

POST/v1/actions/salesnavigator-search-saved-people/run/live

Edges is not related to LinkedIn and is not an official LinkedIn product.

Input

Request parameters

FieldTypeRequired
cursorstringno

Cursor value obtained from the `X-Pagination-Next` response header of a previous request, used to continue pagination. Cursors expire after 24 hours. If a cursor has expired or is invalid, pagination must be restarted from the beginning.

page_sizeintegerno

Maximum number of results per page (read-only; defined by the endpoint, actual count may be lower in some cases like throttling or internal limits).

Input parameters

FieldTypeRequired
sales_navigator_profile_search_urlstringyes

A Sales Navigator Profile Search URL should start with 'https://www.linkedin.com/sales/search/people'

Configuration

FieldTypeRequired
exclude_crm_contactsbooleanno

Exclude CRM contacts

exclude_viewed_leadsbooleanno

Remove viewed Leads from search; note that this option only works if there's a 'Visit' step in your workflow.

Integration

FieldTypeRequired
identity_idsarrayyes

Array of identity UUIDs to use for the action

identity_modestringyes

Mode for identity handling: direct, auto, or managed.

Description

What Search Saved People does

Search Saved People exports the leads you've saved in Sales Navigator as a structured list so you can keep your CRM, outreach tool, and warehouse aligned with what reps curate inside Sales Navigator. You get every saved person plus the metadata Sales Navigator attaches — headline, company, saved-list, tags, notes.

This action runs on the Sales Navigator level and is aimed at sales teams who treat Sales Navigator saved lists as their working queue and need that queue available downstream.

How it works

You call Search Saved People against your connected Sales Navigator account. Edges reads the saved-leads index through your authenticated session, paginates through the results, and returns a normalized list with profile URNs attached so you can chain follow-up actions.

The action runs on Edges infrastructure with safe pacing and no browser to manage. For typical saved-lead volumes the run is live; for very large libraries, async mode handles the pagination end to end.

When to use Search Saved People

Use Search Saved People when Sales Navigator is where reps curate their working list but the rest of your stack needs the same roster. It slots into the LinkedIn messaging & outreach API use case — the action keeps your outreach platform fed with the exact leads reps have flagged, without manual CSV exports.

It also doubles as the handoff primitive when a rep rotates territories or leaves.

Use cases

  • List hygiene. Pull saved leads weekly, dedupe against the CRM, and archive stale rows.
  • Rep handoff. Export a departing rep's saved leads and reassign them to a new owner with full metadata intact.
  • Automated follow-up. When a lead is saved with a specific tag, trigger an outreach sequence automatically.
  • Warehouse load. Sync saved people into BigQuery or Snowflake and join with product events.
  • Multi-tool sync. Keep a SaaS outreach tool (e.g., Outreach, Salesloft) fed with the Sales Navigator saved leads without copy-paste.

Best practices

  • Filter by saved-list. Pass the saved-list name so the run only pulls the leads relevant to the current workflow.
  • Chain into enrichment. Follow Search Saved People with Extract LinkedIn Profile or Extract Linkedin User Contact Info to hydrate each saved lead.
  • Schedule incrementally. Run daily and compare against the prior run's output to catch only newly saved leads.
  • Pair with messaging. After sync, hand qualified rows to Send Sales Navigator InMail for a first touch.

Common questions

How many saved people can I export per run?

Saved-people indexes are typically thousands of rows and the action paginates the full list. Use a saved-list or tag filter if you only need a slice.

Does Search Saved People use my Sales Navigator account or a shared pool?

Your connected Sales Navigator seat. Every request is signed with that session, so the export matches exactly what the seat's user sees when they open Sales Navigator.

Can I chain Search Saved People with other Edges actions?

Yes. A common chain is Search Saved People → Extract LinkedIn Profile for enrichment → Send Sales Navigator InMail or Message LinkedIn Profile for outreach.

Get started

Run Search Saved People from the Edges library, wire it into your CRM sync or outreach stack, or call it directly from the Edges API. Browse the full Actions library to see what to chain after the export.

Try it with 100 free credits.

No card. Copy the snippet, paste your key, hit enter.