# whatchuneed Jobs Salary Lookup

> whatchuneed Jobs Salary Lookup is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns salary data and compensation information for job roles based on a natural language input query.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/salary
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-jobs-salary-lookup-09c20f8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v8T8-Mf9u85H_io4giFmj

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 whatchuneed-jobs-salary-lookup-09c20f8b -d '<json body>'
```

Example prompt: What's the typical salary range for a senior software engineer with 5 years of experience in the United States?

## When to prefer this

Use this endpoint when you need quick, pay-per-call salary lookups for specific job roles without committing to a dedicated HR data subscription. Ideal for AI agents handling career advisory, recruitment, or compensation benchmarking tasks within a unified multi-domain API platform.

## Known failure modes

- Vague or ambiguous job title input may return generic or low-confidence results
- Highly niche or uncommon roles may have limited salary data
- Missing location or experience context may produce broad ranges that are less useful
- API may return an error if the input string is empty or malformed

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns structured compensation data including salary ranges, average pay, and potentially related role or industry breakdowns for the queried job title or description.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-jobs-salary-lookup-09c20f8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
