# Strale Salary Benchmark

> Strale Salary Benchmark is a paid API for AI agents from api.strale.io, paid per call via x402, $0.01/call, status down (last checked 2026-09-14).

Returns salary benchmarks for a job title including median, 25th/75th percentile, and comparable titles

## Facts

- Endpoint: POST https://api.strale.io/x402/salary-benchmark
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-strale-io-626518bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B9rQg422UbP-YOOg4Vh4k

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 api-strale-io-626518bc -d '<json body>'
```

Example prompt: What are the salary benchmarks for a Senior Product Manager — give me the median, 25th, and 75th percentile pay and any comparable titles?

## When to prefer this

Use this endpoint when you need quick, structured salary benchmark data for a specific job title including percentile breakdowns and comparable role suggestions — ideal for compensation planning, offer evaluation, or job market research via a pay-per-call API requiring no subscription

## Known failure modes

- Unknown or ambiguous job title returns no results or low-confidence benchmarks
- Missing wallet_address field returns a 400 validation error
- Invalid wallet address format returns an authentication/payment error
- Unsupported chain_id may result in payment failure
- Extremely niche or highly localized job titles may return sparse data

## How this service works

Get salary benchmarks for a job title. Returns median, 25th/75th percentile, comparable titles. SQS: 98/100.

## Output

Returns median salary, 25th percentile salary, 75th percentile salary, and a list of comparable job titles for the queried position

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "wallet_address"
 ],
 "properties": {
  "chain_id": {
   "type": "string",
   "description": "Chain ID, default 1"
  },
  "wallet_address": {
   "type": "string",
   "description": "Wallet address (0x...)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-strale-io-626518bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
