# GGWP LinkedIn Sales Navigator API

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

Queries LinkedIn Sales Navigator data (leads, company profiles, contact info) via a pay-per-call API on Base chain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.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/ggwp-linkedin-sales-navigator-api-5906f65d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MkgP-4znOmLoKUNIoQ0KZ

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 ggwp-linkedin-sales-navigator-api-5906f65d -d '<json body>'
```

Example prompt: Can you pull LinkedIn Sales Navigator leads for VP-level decision makers in the SaaS industry at companies with 200-500 employees in the United States?

## When to prefer this

Choose this endpoint when you need programmatic access to LinkedIn Sales Navigator data — particularly for B2B lead generation, CRM enrichment, or sales prospecting — without managing a LinkedIn session yourself. Best suited for agents that need to search and extract professional contact data at scale via a pay-per-call model on the Base blockchain.

## Known failure modes

- Missing or invalid search parameters returns empty or generic result object
- LinkedIn rate limiting or session expiration may return an error or empty data
- Overly broad queries may return incomplete or truncated result sets
- x402 payment failure on Base chain results in 402 status and no data returned
- Schema is underspecified so exact error shape is unknown

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing LinkedIn Sales Navigator data such as lead profiles, names, job titles, company details, LinkedIn URLs, and contact information matching the provided 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/ggwp-linkedin-sales-navigator-api-5906f65d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
