# Stratalize Salary Benchmark API

> Stratalize Salary Benchmark API is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns BLS-sourced salary percentiles (p25, p50, p75) for a given job title, with optional state and industry adjustments, cryptographically signed for verifiability.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/salary-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-salary-benchmark-api-401bd35a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_umOeVKz5vJUO1ryGAMZIl

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 stratalize-salary-benchmark-api-401bd35a
```

Example prompt: What are the p25, p50, and p75 salary benchmarks for a senior software engineer in the technology industry in California — I want to make sure our compensation range is market-rate before posting the job.

## When to prefer this

Choose this endpoint when you need authoritative, BLS-grounded salary percentile data with cryptographic verifiability for compensation planning, job offer evaluation, or HR benchmarking. Prefer this over generic LLM salary estimates when you need signed, auditable, and statistically sourced wage data segmented by state and industry.

## Known failure modes

- Unknown or ambiguous job title returns no match or closest approximation
- Invalid two-letter state code returns a 400 or validation error
- Unsupported industry value returns an error or fallback to national average
- Payment failure (insufficient USDC balance) blocks the request via x402 protocol
- Rate limiting or service unavailability returns a 429 or 503

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Salary benchmarks by job title — p25, p50, p75 wage estimates with state and industry adjustments across 50+ role families. Source: BLS Occupational Employment Statistics, latest release. Use when setting compensation ranges or evaluating a job offer

## Output

Returns three wage percentile estimates (p25, p50, p75) for the requested job title, adjusted for the specified U.S. state and industry. Each response is ML-DSA-65 signed and includes a cryptographic receipt URL at trust.stratalize.com/verify for independent verification. Data is sourced from the latest BLS Occupational Employment Statistics release.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Two-letter state code"
  },
  "industry": {
   "type": "string",
   "description": "Request parameter: industry"
  },
  "job_title": {
   "type": "string",
   "description": "Request parameter: job title"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-salary-benchmark-api-401bd35a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
