# Stratalize JOLTS Labor Market Intelligence

> Stratalize JOLTS Labor Market Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns BLS JOLTS labor market data including job openings, quits rate, layoffs rate, and a tight/loose/normal labor market interpretation with cryptographic verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/job-openings-intelligence
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-jolts-labor-market-intelligence-d0a7ac7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F0Y80zJaQQ8_UgMUTwqGY

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-jolts-labor-market-intelligence-d0a7ac7a
```

Example prompt: What's the current BLS JOLTS reading — job openings, quits rate, layoffs rate, and whether the labor market is tight, loose, or normal right now?

## When to prefer this

Use this endpoint when an AI agent needs current BLS JOLTS labor market intelligence with a pre-computed tight/loose/normal interpretation, cryptographic verifiability, and a single-call convenience over manually querying the BLS API. Ideal for workforce planning models, wage pressure forecasting, and recession early-warning signals where data provenance and auditability matter.

## Known failure modes

- BLS data source temporarily unavailable — stale or missing data returned
- Payment not processed — 402 response blocking access
- Signature verification failure if receipt is tampered with
- Rate limiting or quota exceeded on the endpoint

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). JOLTS labor market intelligence from BLS: job openings, quits rate, layoffs rate, and tight/loose/normal interpretation. Use for workforce planning, wage pressure forecasting, and recession early-warning agents. Source: BLS JOLTS. $0.10 standard

## Output

Returns current BLS JOLTS metrics including job openings count, quits rate, layoffs rate, a tight/loose/normal labor market classification, data source label, freshness timestamp, and a cryptographic ML-DSA-65 signed receipt with a verification URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sector": {
   "enum": [
    "total",
    "information",
    "healthcare",
    "financial",
    "professional"
   ],
   "type": "string",
   "description": "JOLTS sector filter for job openings intelligence"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-jolts-labor-market-intelligence-d0a7ac7a/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)
