# LinkedIn Sales Navigator API

> LinkedIn Sales Navigator API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Queries LinkedIn Sales Navigator to retrieve professional lead and company data for sales prospecting and outreach.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/linkedin-sales-navigator
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-sales-navigator-api-47657bd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9RgvztYQy2Wxdw7uNd71W

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 linkedin-sales-navigator-api-47657bd9 -d '<json body>'
```

Example prompt: Search LinkedIn Sales Navigator for VPs of Engineering at SaaS companies in New York with 50-500 employees — I need leads for a cold outreach campaign.

## When to prefer this

Use this endpoint when you need to programmatically access LinkedIn Sales Navigator data for sales prospecting, lead generation, or B2B contact enrichment without maintaining your own LinkedIn Sales Navigator subscription or scraping infrastructure. Prefer this over manual LinkedIn searching when building automated outreach pipelines or enriching CRM data at scale.

## Known failure modes

- Invalid or missing query parameters returns an empty result object
- LinkedIn rate limiting or account restrictions may return an error
- Malformed input schema returns a 400-level error
- Payment failure in USDC on Base chain prevents the request from being processed
- Search filters too narrow return zero results

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing LinkedIn Sales Navigator data including professional profiles, company details, job titles, and contact information matching the search criteria.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-sales-navigator-api-47657bd9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
