# Sales Navigator People Search

> Sales Navigator People 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 LinkedIn Sales Navigator for leads using a Sales Navigator people search URL with advanced filters like title, company, and geography.

## Facts

- Endpoint: POST https://x402.orthogonal.com/edges/actions/salesnavigator-search-people/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-people-search-e0b19aab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EJ16DxWPEQh47fmIA7lx1

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-people-search-e0b19aab -d '<json body>'
```

Example prompt: Search Sales Navigator for people using this URL I grabbed from my browser: https://www.linkedin.com/sales/search/people?query=(filters:List((type:CURRENT_TITLE,values:List((id:9,text:VP%20of%20Engineering))))) — pull back the leads for me.

## When to prefer this

Use this endpoint when you need to programmatically extract people search results from LinkedIn Sales Navigator using a URL you've constructed in the browser with advanced filters. Ideal for B2B sales teams, growth hackers, and recruiters who want to automate lead list building without manual exports. Prefer this over generic LinkedIn scrapers when you need Sales Navigator's advanced filtering capabilities (seniority, function, company headcount, etc.).

## Known failure modes

- Invalid or expired Sales Navigator search URL returns an error
- Sales Navigator session or authentication issues may cause empty or failed results
- URL without proper filter encoding returns no results
- Rate limiting by LinkedIn may cause failures for high-frequency calls
- Malformed input URL causes request failure

## How this service works

Search for leads on Sales Navigator using advanced filters like title, company, geography, and more.

## Output

Returns a list of matching LinkedIn Sales Navigator profiles including person names, job titles, current companies, locations, and LinkedIn profile URLs based on the filters encoded in the provided Sales Navigator search URL.

## Request schema (JSON Schema)

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

## More

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