# LinkedIn Sales Navigator Search via Coockies.ai

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

Searches and retrieves LinkedIn Sales Navigator prospect and account data for sales intelligence use cases.

## Facts

- Endpoint: POST https://coockies-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-via-coockies-ai-aaeb9a57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wmh-epP0BXF7_Hdf5LU7z

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-via-coockies-ai-aaeb9a57 -d '<json body>'
```

Example prompt: Search LinkedIn Sales Navigator for VP-level decision makers at mid-size SaaS companies in the United States with 100-500 employees in the software industry — I need their names, titles, and company details for outreach.

## When to prefer this

Use this endpoint when you need programmatic access to LinkedIn Sales Navigator prospect and account data without a direct LinkedIn API integration, and you want pay-per-call pricing via crypto on Base chain instead of a monthly Sales Navigator subscription.

## Known failure modes

- Invalid or missing search parameters return an empty result
- LinkedIn Sales Navigator rate limits may cause throttling or empty responses
- Overly broad queries may return too many or irrelevant results
- Upstream LinkedIn data unavailability causes API errors
- Payment failure on Base chain blocks the request entirely

## How this service works

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

## Output

Returns a result object containing LinkedIn Sales Navigator data including prospect profiles, account information, job titles, company details, and other sales intelligence data 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-search-via-coockies-ai-aaeb9a57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
