# The Stall — Labor Market Data

> The Stall — Labor Market Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Returns labor market intelligence data including employment statistics, wage trends, or workforce metrics via a pay-per-call x402 USDC micropayment endpoint.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/labor-market
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-labor-market-data-5365c107
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EEs0aCbPCfE1tGsnekngY

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 the-stall-labor-market-data-5365c107
```

Example prompt: Can you pull the latest labor market data — employment trends, wage levels, whatever's available — I need to understand current workforce conditions for a research report?

## When to prefer this

Use this endpoint when you need lightweight, pay-as-you-go labor market data without committing to a subscription or API key — ideal for one-off lookups or agents that infrequently query workforce statistics and want to pay per call in USDC.

## Known failure modes

- Missing required query parameters returns a 400 bad request
- Insufficient USDC payment or failed x402 payment flow returns 402 Payment Required
- Invalid property filters return empty or error response
- Rate limiting or service unavailability returns 503

## How this service works

Returns US labor market leading indicators from FRED (free, no API key): initial jobless claims (weekly), continued claims, JOLTS job openings, nonfarm payrolls, labor force participation rate, average hourly earnings with YoY wage growth, and the openings-per-unemployed Beveridge curve ratio. Pairs with macro-indicators for the complete employment picture.

## Output

Structured labor market data including employment, wage, and workforce indicators relevant to the queried parameters, returned as a JSON payload after a $0.008 USDC micropayment on Base mainnet.

## Example request

```json
{
 "required": "employment statistics",
 "properties": "sector"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-labor-market-data-5365c107/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
