Signalssales nav

Search Sales Navigator Metrics

Get a search URL for employees metrics starting from a company ID.

POST/v1/actions/salesnavigator-search-metrics/run/live

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

Input

Input parameters

FieldTypeRequired
sales_navigator_company_idstringyes

sales_navigator_profile_search_urlstringyes

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

Configuration

FieldTypeRequired
geostringno

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.

geography_excludedarrayno

Filter by locations (e.g. United States).

functionstringno

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.

function_excludedarrayno

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.

seniorityarrayno

Filter employees by their seniority level.

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 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

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.

Try it with 100 free credits.

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