# Sna4an LinkedIn Scraper v2

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

Fetches LinkedIn profile data enrichment and job listings by proxying RapidAPI LinkedIn sub-endpoints

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/li-scraper-v2
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-linkedin-scraper-v2-0594a82d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dekk-y8Yp8ol5tGLl4ID8

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-scraper-v2-0594a82d -d '<json body>'
```

Example prompt: Pull the LinkedIn profile data for 'john-doe-12345' using the person-data sub-endpoint, and also grab any recent job listings for 'software engineer' in San Francisco — I need the enriched contact info and job details.

## When to prefer this

Use this endpoint when you need LinkedIn profile enrichment or job listing data via a pay-per-call model without managing a RapidAPI subscription directly; suitable for one-off or low-volume lookups billed at $0.08 USDC per call via x402.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for a given sub-endpoint causes a bad request error
- LinkedIn profile not found or private returns empty or null data
- Rate limiting from the underlying RapidAPI provider results in a timeout or 429 error
- Payment not fulfilled (x402) causes request to be rejected before reaching the scraper

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

A JSON object containing LinkedIn profile fields (work history, education, skills, contact info) or job listing records (title, company, location, description) depending on the sub-endpoint path and query parameters supplied.

## 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-scraper-v2-0594a82d/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)
