# Sales Navigator Search Metrics

> Sales Navigator Search Metrics is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Returns metrics and statistics for a LinkedIn Sales Navigator search query, including total results count, for a given company ID.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/salesnavigator-search-metrics/run/live
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sales-navigator-search-metrics-fea95463
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jjnawIa_NEhNHDJECtUYQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sales-navigator-search-metrics-fea95463 -d '<json body>'
```

Example prompt: How many results does a Sales Navigator search return for company ID 12345? I want to know the total count and any search metrics available.

## When to prefer this

Use this endpoint when you need to quickly gauge the size of a Sales Navigator lead pool for a specific company without retrieving the full list of contacts. Ideal for pre-campaign sizing, account prioritization, and validating whether a target company has sufficient addressable contacts in Sales Navigator before investing in a full data pull.

## Known failure modes

- Invalid or non-existent Sales Navigator company ID returns an error or empty results
- Rate limiting or quota exhaustion from the underlying Sales Navigator data provider
- Authentication failure if the underlying Sales Navigator credentials are expired
- Malformed input object (missing required sales_navigator_company_id field) returns a validation error
- Company ID resolves to a private or restricted account, returning zero or partial metrics

## How this service works

Get metrics and statistics for a Sales Navigator search query, including total results count.

## Output

The endpoint returns metrics and statistics for the Sales Navigator search query associated with the given company ID, including the total number of results/leads found in that search context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: sales_navigator_company_id (required): Sales Navigator company ID"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sales-navigator-search-metrics-fea95463/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
