# Sna4an LinkedIn Job Feed API

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

Fetches a feed of LinkedIn job listings via RapidAPI proxy, returning structured job data based on query parameters

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/job-feed
- Price: $0.13/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-job-feed-api-89982e38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dn_5gT9EiH33y9cyzIWX2

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-job-feed-api-89982e38 -d '<json body>'
```

Example prompt: Can you pull the latest LinkedIn job feed for software engineer roles in San Francisco? Use the job-feed endpoint with location and keyword filters set accordingly.

## When to prefer this

Use this endpoint when you need to programmatically retrieve a feed of LinkedIn job listings and have query parameters ready. Prefer this over general web scraping when you need structured job data with minimal setup. Best suited for recruitment tools, job aggregators, or agents that need to surface relevant job opportunities from LinkedIn.

## Known failure modes

- Invalid or missing RapidAPI sub-endpoint path returns error
- Unsupported or malformed query parameters result in empty or error response
- Payment failure (402) if USDC payment is not completed
- Rate limiting from upstream RapidAPI LinkedIn provider
- LinkedIn data unavailability or RapidAPI downtime causing upstream errors
- Empty results if no jobs match the specified filters

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

A JSON object containing a feed of LinkedIn job listings matching the specified query parameters, including job titles, companies, locations, posting dates, and other job-related metadata returned via the RapidAPI LinkedIn proxy.

## 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-job-feed-api-89982e38/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)
