Search People Metrics
Surface people-level metrics from Sales Navigator results to rank leads and tune sequences.
/v1/actions/salesnavigator-search-people-metrics/run/liveEdges is not related to LinkedIn and is not an official LinkedIn product.
Input
Input parameters
—
A Sales Navigator Company Search URL should start with 'https://www.linkedin.com/sales/search/people'
Configuration
Filter employees by geography. Sales Navigator/LinkedIn numbers describing the location you want to search people in. For example 'Paris, Ile-de-France' is 101240143, 'Greater Lyon Area' is 90009674 and 'France' is 105015875. To cumulate several location, you must seprate each location with a comma.
Filter by locations (e.g. United States).
Filter employees by function using Sales Navigator numbers that describe the department you want to search people in. For example, 'Sales' is represented by 25, and 'Business Development' by 4. To select multiple functions, separate each number with a comma without spaces.
Filter employees by function using Sales Navigator numbers that describe the department you want to search people in. For example, 'Sales' is represented by 25, and 'Business Development' by 4. To select multiple functions, separate each number with a comma without spaces.
Filter employees by their seniority level.
Integration
Array of identity UUIDs to use for the action
Mode for identity handling: direct, auto, or managed.
Description
What Search People Metrics does
Search People Metrics surfaces people-level metrics from Sales Navigator search results so you can rank leads, tune sequences, and size audiences before you commit to extraction. You get the counts and distributions behind a Sales Navigator people search — total matches, breakdown by title, seniority, geography — returned as structured JSON. It targets RevOps and growth engineers who use Sales Navigator as a programmatic data surface.
The action runs on the Sales Navigator level and uses your authenticated Sales Navigator session on Edges.
How it works
You point Search People Metrics at a Sales Navigator people search URL or a saved lead list, and Edges pulls the metric payload behind that view. The action reads the totals and facet breakdowns that Sales Navigator renders — by function, seniority, geography, years at company — and returns them as a single structured object.
Every request is signed with your Sales Navigator session, paced within activity guidance, and returns typed errors if the search has expired or the list is no longer accessible. The operation is synchronous for a single search and supports async execution for batches.
When to use Search People Metrics
Reach for Search People Metrics when you need the numbers behind a Sales Navigator lead search before committing to a full extraction. Metric pulls are cheap; lead extractions are expensive — so use this action to size, rank, or monitor before you spend the budget.
It plugs into the LinkedIn signals and intent API use case. Teams wire it into ABM dashboards and triggered workflows where a threshold crossing (e.g., "more than 50 new VP Engineering matches this week") kicks off extraction and outreach.
Use cases
- Sequence tuning. Snapshot the distribution of titles and seniorities in a saved list weekly to tune messaging variants against the real audience.
- List-growth alerting. When
newSinceLastRuncrosses a threshold, fire a Slack alert and trigger Search Sales Navigator People to pull the new leads. - ICP audit. Validate that a saved Sales Navigator list actually resolves to your ICP distribution before handing it to SDRs.
- Budget planning. Before launching a campaign, size the addressable audience across filter variants and pick the one that fits your capacity.
- Board reporting. Track ICP coverage trend lines quarter over quarter from metric snapshots alone.
Best practices
- Run metrics before extraction. The cheapest way to avoid wasted extraction runs is to check the count and distribution first.
- Snapshot on a schedule. A single metric point is weak signal; deltas across daily or weekly snapshots are what drive action.
- Cache by URL. Within a short window, the same search returns the same numbers; cache aggressively.
- Stay inside your seat's pacing budget. Edges paces requests, but polling metrics on hundreds of lists should be spread across the day.
Common questions
How many searches can I check per run?
One per call. Parallelize at the workflow level when you monitor many saved lists, and let Edges pace Sales Navigator safely.
Does Search People Metrics use my Sales Navigator account or a shared pool?
Your Sales Navigator account. Every metric pull runs through your connected session, so the numbers match what your seat would see in the Sales Navigator UI.
Can I chain Search People Metrics with other Edges actions?
Yes. When the count and distribution look right, chain into Search Sales Navigator People or Extract Sales Navigator Leads List to pull the actual people.
Get started
Run Search People Metrics from the Edges library, schedule it on a cron to drive alerting, or call it directly from the Edges API to feed dashboards. Browse the full Actions library to see the Sales Navigator actions that pair with it.
// Related
Other ways to work with Signals.
Try it with 100 free credits.
No card. Copy the snippet, paste your key, hit enter.