Search Sales Navigator Metrics
Get a search URL for employees metrics starting from a company ID.
/v1/actions/salesnavigator-search-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 Sales Navigator Metrics does
Search Sales Navigator Metrics returns a ready-to-query metrics search URL for a company on Sales Navigator, starting from a company ID. You get the canonical URL that surfaces workforce statistics — headcount trends, hiring velocity, function and geography breakdowns — so you can route it into analytics, insights pipelines, or follow-up extractions.
This action runs on the Sales Navigator level and is aimed at analysts, RevOps teams, and signal-driven sellers who want structured access to the metrics layer rather than screenshots.
How it works
You pass a Sales Navigator company ID, Edges builds the Sales Navigator metrics search URL that matches that account, and returns it through your authenticated session. The URL is the anchor for every downstream metrics call — you can fetch it directly or chain it into the other metrics-extraction actions in the library.
Everything runs on Edges infrastructure: authenticated through the Sales Navigator account you connected, rate-limited safely, and browser-less. The operation is live, so the URL comes back in a single round trip.
When to use Search Sales Navigator Metrics
Use Search Sales Navigator Metrics when you want the metrics view as a first-class primitive — a URL you can store, share, or pass to downstream scrapers. It plugs into the LinkedIn signals & intent API use case where hiring growth, sudden attrition, or function-specific expansion are your trigger events.
It pairs well with headcount extraction actions to turn a URL into rows of signal data.
Use cases
- Hiring-signal detection. Generate the metrics URL per account on a weekly schedule and pipe it to a scraper that watches for headcount jumps.
- Champion expansion tracking. Monitor whether a key team (say, RevOps) is growing at a target account and time your outreach accordingly.
- Competitive benchmarking. Build a dashboard of metrics URLs across a peer set and compare hiring velocity quarter over quarter.
- M&A and layoff detection. Catch sharp declines early by scheduling this action across your watchlist.
- Investor research. Feed the metrics URLs into a diligence workflow that tracks team growth across a portfolio.
Best practices
- Resolve the company ID first. Use Extract Company or Search Sales Navigator Companies to get the canonical ID before calling Search Sales Navigator Metrics.
- Cache the URL. The URL is stable — build it once per account and reuse it until the account's Sales Navigator ID changes.
- Chain into metrics extractors. Follow with Search Company Metrics or Extract Sales Navigator Employees Distribution to pull the actual metrics.
- Schedule, don't poll. Signals are weekly events — run on a schedule rather than hammering the action.
Common questions
How many metrics URLs can I generate per run?
One per run, since the action is scoped to a single company ID. For bulk runs, iterate your account list and fire the action per row.
Does Search Sales Navigator Metrics use my Sales Navigator account or a shared pool?
Your own Sales Navigator session. Edges signs every request with your connected account, so the URL reflects the filters and access your seat has.
Can I chain Search Sales Navigator Metrics with other Edges actions?
Yes. Most teams chain it after an account resolver and before a metrics extractor — for example, Extract Sales Navigator Company Employee Count to get the actual headcount number.
Get started
Run Search Sales Navigator Metrics from the Edges library, wire it into a signals pipeline, or call it directly from the Edges API. Browse the full Actions library to see what to chain on top of the metrics URL.
// Related
Other ways to work with Signals.
Try it with 100 free credits.
No card. Copy the snippet, paste your key, hit enter.