# Sna4an LinkedIn Bulk Enrichment API

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

Bulk-fetches LinkedIn profile data and job listings via a RapidAPI-backed proxy endpoint using the x402 micropayment protocol

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/linkedin-bulk
- Price: $0.085/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-bulk-enrichment-api-6077d6ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bKWs0ZmlPRo6M8DMP7Acb

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-bulk-enrichment-api-6077d6ae -d '<json body>'
```

Example prompt: Pull bulk LinkedIn data for software engineer profiles at Stripe — use the people-search sub-endpoint with the keyword 'software engineer' and company filter 'Stripe', and return all enriched profile results.

## When to prefer this

Use this endpoint when you need programmatic bulk access to LinkedIn profile enrichment or job listing data via a simple POST interface with micropayment billing, especially when integrating with x402-compatible agent workflows that require pay-per-call LinkedIn data without managing a full RapidAPI subscription.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty result
- Missing or malformed query parameters cause the underlying API to reject the request
- Payment failure via x402 protocol prevents the call from being processed
- Rate limits on the underlying RapidAPI LinkedIn provider result in throttling or 429 errors
- LinkedIn data may be stale or incomplete depending on the RapidAPI provider's cache

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

A JSON object containing LinkedIn profile data or job listing results as returned by the underlying RapidAPI LinkedIn data provider, structured according to the requested sub-endpoint path and query parameters.

## 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-bulk-enrichment-api-6077d6ae/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)
