# Sna4an LinkedIn Sales Navigator API

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

Proxy endpoint for LinkedIn Sales Navigator data via RapidAPI, enabling enrichment and job listing lookups

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/linkedin-sales-nav
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-linkedin-sales-navigator-api-8ed9bbd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IvQMtJaE48JGrfOOzwphA

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 sna4an-linkedin-sales-navigator-api-8ed9bbd0 -d '<json body>'
```

Example prompt: Pull LinkedIn Sales Navigator data for software engineers at Stripe — use the people-search path with company set to Stripe and title set to Software Engineer.

## When to prefer this

Choose this endpoint when you need LinkedIn Sales Navigator data — including professional profiles, company details, or job listings — via a pay-per-call x402 micropayment model without managing a RapidAPI subscription directly. Best for ad-hoc enrichment of leads or one-off LinkedIn lookups.

## Known failure modes

- Invalid RapidAPI sub-endpoint path returns error or empty result
- Missing required query parameters cause malformed upstream request
- Rate limiting or quota exhaustion from underlying RapidAPI provider
- LinkedIn data unavailable or profile not found for given identifiers
- Payment failure via x402 protocol before request is processed
- Upstream RapidAPI service downtime causes timeout or 5xx response

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

A JSON object containing LinkedIn Sales Navigator results for the specified sub-endpoint and query parameters, including profile details, company information, or job listings depending on the path called.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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