# LinkedIn Sales Navigator Search API

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

Searches and retrieves professional lead data from LinkedIn Sales Navigator via a pay-per-call proxy

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/linkedin-sales-navigator
- Price: $0.129878/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-search-api-e61880fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AhEIRc8Mc_xMWoFXy-tMh

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-search-api-e61880fb -d '<json body>'
```

Example prompt: Search LinkedIn Sales Navigator for VP of Engineering contacts at SaaS companies with 50–500 employees in the United States and give me a list of leads I can use for outreach.

## When to prefer this

Choose this endpoint when you need programmatic access to LinkedIn Sales Navigator lead search without managing your own LinkedIn credentials or scraping infrastructure, and want to pay per call via USDC on Base chain rather than a subscription.

## Known failure modes

- Invalid or missing search parameters return a generic error response
- LinkedIn rate limiting or session expiry causes upstream failures
- Broad queries may return truncated or paginated results
- Unavailable Sales Navigator access tier may restrict certain filter options
- Network or proxy timeout from the upstream LinkedIn API

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns structured lead and profile data from LinkedIn Sales Navigator search results, including names, job titles, companies, and other available professional details for matching prospects.

## 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-search-api-e61880fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
