# Sna4an LinkedIn Workday Jobs API

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

Fetches Workday-hosted job listings via a LinkedIn data enrichment proxy, forwarding RapidAPI sub-endpoint requests for job search and retrieval

## Facts

- Endpoint: POST https://sna4an-linkedin.vercel.app/api/workday-jobs
- Price: $0.145/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-workday-jobs-api-73630922
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pub--KFmJ4mgRwlf63oY_

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-workday-jobs-api-73630922 -d '<json body>'
```

Example prompt: Search Workday job listings for senior software engineer roles at large tech companies in New York — use the jobs search path with location set to New York and keyword set to senior software engineer.

## When to prefer this

Use this endpoint when you need to search or retrieve job listings specifically hosted on Workday career portals, particularly when targeting enterprise companies. Prefer this over generic job board APIs when you want Workday-specific job data enriched via LinkedIn signals. It is suitable for AI agents automating job discovery workflows at scale with per-call micropayment via x402.

## Known failure modes

- Invalid or unrecognized RapidAPI sub-endpoint path returns an error or empty result
- Missing required query parameters leads to incomplete or empty job listings response
- RapidAPI rate limit exceeded resulting in upstream error
- Payment not accepted or insufficient USDC balance causes 402 rejection
- Workday data source unavailable or throttled causing timeout or partial results

## How this service works

LinkedIn data enrichment and job listings APIs

## Output

Returns a JSON object containing Workday job listings matching the query, typically including job title, company name, location, employment type, posting URL, and other job metadata as provided by the underlying RapidAPI LinkedIn/Workday data source.

## 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-workday-jobs-api-73630922/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)
