# Sales Navigator Company Search

> Sales Navigator Company 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-15).

Search for companies on LinkedIn Sales Navigator using a browser-derived search URL with advanced filters

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/salesnavigator-search-companies/run/live
- Price: $0.88/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sales-navigator-company-search-9fe6ef9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pn4R8nHaIPyZm_d2lvm7n

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-search-9fe6ef9e -d '<json body>'
```

Example prompt: Search Sales Navigator for SaaS companies in the US with 50-200 employees — I've already set up the filters in my browser and the URL is https://www.linkedin.com/sales/search/company?query=...

## When to prefer this

Use this endpoint when you need to programmatically retrieve company search results from LinkedIn Sales Navigator based on a pre-configured search URL. It is ideal for B2B sales prospecting, building ICP account lists, and CRM enrichment workflows where the user has already defined their filtering criteria in the Sales Navigator UI. Prefer this over generic web scraping when you need structured account data from Sales Navigator specifically.

## Known failure modes

- Invalid or expired Sales Navigator search URL returns an error or empty results
- URL from a non-company search (e.g. people search) may cause unexpected results
- Lack of active Sales Navigator session or authentication may result in access denial
- Rate limiting by LinkedIn may cause partial or failed results
- Malformed URL input returns a validation error

## How this service works

Search for accounts (companies) on Sales Navigator using advanced filters.

## Output

A list of company accounts matching the Sales Navigator search criteria, including company names, sizes, industries, locations, and other profile details surfaced by the search URL filters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Input parameters: sales_navigator_company_search_url (required): Sales Navigator company search URL from browser"
  }
 }
}
```

## More

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