# Sales Navigator Company Employee Search

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

Searches for leads (employees) within a specific company using LinkedIn Sales Navigator filters via a company URL

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/salesnavigator-search-company-employees/run/live
- Price: $0.88/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-company-employee-search-5faaeb57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TrlI2BtcGQsORsbFh8fOp

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-company-employee-search-5faaeb57 -d '<json body>'
```

Example prompt: Search Sales Navigator for employees at Acme Corp — here's their company page URL: https://www.linkedin.com/sales/company/12345/. I want to find leads I can reach out to.

## When to prefer this

Use this endpoint when you need to find specific leads or employees at a known company and have the company's Sales Navigator URL. It is ideal for B2B sales prospecting, building outbound lists, or enriching CRM data with contacts from a target organization. Prefer this over general LinkedIn scraping when Sales Navigator-specific filtering and lead data quality is needed.

## Known failure modes

- Invalid or non-Sales Navigator company URL returns an error
- Company page not found or private returns empty results
- LinkedIn rate limiting or session expiration may cause failures
- Insufficient Sales Navigator permissions may restrict results
- Malformed input URL format causes a validation error

## How this service works

Search for leads within a specific company using Sales Navigator filters.

## Output

A list of employee/lead profiles from the specified company on LinkedIn Sales Navigator, including contact names, job titles, and other available profile details surfaced by the Sales Navigator search filters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: sales_navigator_company_url (required, string): Sales Navigator company page URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sales-navigator-company-employee-search-5faaeb57/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)
