# Sales Navigator Employee Count Extractor

> Sales Navigator Employee Count Extractor 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).

Extracts the employee count statistics from a LinkedIn Sales Navigator company page URL.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/salesnavigator-extract-employees-count/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-employee-count-extractor-f7bc3008
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5GgyXpjfggjdv1Y__IAfX

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-employee-count-extractor-f7bc3008 -d '<json body>'
```

Example prompt: Can you pull the employee count from the Sales Navigator page for Acme Corp? Here's the URL: https://www.linkedin.com/sales/company/12345

## When to prefer this

Use this endpoint when you need programmatic, on-demand access to employee count data from LinkedIn Sales Navigator company pages without maintaining a Sales Navigator session yourself. Prefer this over manual lookup when enriching CRM records, qualifying leads at scale, or tracking competitor headcount changes.

## Known failure modes

- Invalid or non-existent Sales Navigator URL returns an error or empty result
- Private or restricted Sales Navigator pages may not return data
- Rate limiting or authentication issues with Sales Navigator may cause failures
- Malformed URL input causes validation error
- Company page with no listed employee count returns null or missing data

## How this service works

Extract employee count statistics from a company's Sales Navigator account page.

## Output

Returns the employee count or headcount statistics scraped from the specified LinkedIn Sales Navigator company page, typically including a numeric employee figure or range representing the company's workforce size as listed on Sales Navigator.

## 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-employee-count-extractor-f7bc3008/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)
