# Coockies.ai Job Salary Data API

> Coockies.ai Job Salary Data API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.19965/call, status unknown (last checked 2026-09-13).

Returns salary data and compensation benchmarks for job titles, roles, or occupations

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/job-salary-data
- Price: $0.19965/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-job-salary-data-api-bff12927
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cx_UxJUMIsMB9PuhmY9ke

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 coockies-ai-job-salary-data-api-bff12927 -d '<json body>'
```

Example prompt: What's the typical salary range for a senior software engineer in the United States right now?

## When to prefer this

Use this endpoint when you need quick, pay-per-call salary benchmarking without a subscription, especially within an automated agent workflow that requires compensation data for a specific job title. Prefer this over full HR platforms when cost-per-query matters and you only need occasional lookups rather than bulk data access.

## Known failure modes

- Unknown or unrecognized job title returns empty or generic result
- Missing required job role input causes a 400-level error
- Stale or limited data coverage for niche or rare occupations
- API returns generic example response if input schema is not properly fulfilled
- Payment failure on Base chain prevents request from completing

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns structured salary data including compensation benchmarks, salary ranges (low, median, high), and potentially breakdowns by experience level or location for the requested job title or occupation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-job-salary-data-api-bff12927/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
