# Sna4an LinkedIn Scraper API

> Sna4an LinkedIn Scraper API 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-15).

Scrapes and enriches LinkedIn data including profiles, company information, and job listings via a RapidAPI-backed proxy

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/linkedin-scraper
- Price: $0.08/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-scraper-api-76b13638
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eP0RC068mQ2LdvaT2PQAs

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-api-76b13638 -d '<json body>'
```

Example prompt: Can you pull LinkedIn profile data and recent job listings for software engineers at Stripe using the LinkedIn scraper — search for 'software engineer' at 'Stripe' in San Francisco?

## When to prefer this

Choose this endpoint when you need structured LinkedIn data — profiles, companies, or job listings — without managing a direct RapidAPI subscription. It is well-suited for sales enrichment, recruiting research, or job market intelligence workflows where per-call micropayment pricing ($0.08 USDC) is preferable to a monthly API subscription. Avoid if you need bulk/batch LinkedIn data at scale, as per-call cost may add up quickly.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for the chosen path causes a 400 or malformed response
- LinkedIn rate limiting or blocking by the underlying RapidAPI provider results in empty or throttled data
- Payment failure via x402 protocol prevents the call from completing
- Profile or company not found returns empty results object
- RapidAPI upstream service downtime causes 502 or timeout errors

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

A JSON object containing LinkedIn data corresponding to the requested sub-endpoint — which may include profile fields (name, title, employer, skills, experience), company details (size, industry, description), or job listing records (title, company, location, description, posting date), depending on the 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-api-76b13638/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)
