# Sna4an LinkedIn Active Jobs API

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

Fetches active job listings from LinkedIn via a RapidAPI proxy endpoint, enabling job search and recruitment data retrieval

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/active-jobs
- Price: $0.05/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-active-jobs-api-e7584c8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qAu7bI0y6hz4MsHIUlYdt

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-active-jobs-api-e7584c8e -d '<json body>'
```

Example prompt: Can you pull the active LinkedIn job listings for 'data scientist' roles in New York? Use the active-jobs endpoint with keyword and location params.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve active LinkedIn job listings without direct LinkedIn API access, especially in an x402 micropayment context where per-call billing at $0.05 USDC is acceptable. Useful for recruitment automation, job market research, or talent pipeline tooling.

## Known failure modes

- Invalid or missing path parameter results in 400 or routing error
- RapidAPI upstream rate limit exceeded returns 429 or error payload
- Payment not completed via x402 returns 402 Payment Required
- Invalid query parameters may return empty results or malformed response
- Upstream LinkedIn data unavailability causes 502 or empty dataset

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

Returns a JSON object containing active LinkedIn job listings matching the query parameters, including job titles, companies, locations, posting details, and other job metadata sourced via RapidAPI

## 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-active-jobs-api-e7584c8e/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)
