US labor-market signal (jobs, unemployment, wages, JOLTS)
US labor-market signal (jobs, unemployment, wages, JOLTS)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
834 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://labor.lonestaroracle.xyz/labor
| Category | Market data |
|---|---|
| Provider host | labor.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 834 ms |
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"category": "macro",
"description": "US labor-market signal. Returns the unemployment rate (U-3 and U-6) with month/year change, monthly nonfarm payrolls (the headline jobs-added number) and yearly job growth, wage growth (avg hourly earnings YoY) and weekly hours, labor-force participation, and JOLTS job openings and quits rate, plus a plain-English labor phase (tight, steady, moderating, or cooling). Use it to read whether the US labor market is tightening or loosening \u2014 the other half of the Fed's mandate alongside inflation \u2014 and pair with macro, consumer, and production data. Pay-per-call $0.05 in USDC on Base via x402. Data = US Bureau of Labor Statistics (CES, household survey, JOLTS), US government public domain.",
"name": "LaborPulse",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"labor_phase": "Cooling / softening",
"signal": "US labor market: Cooling / softening. Unemployment 4.2% (-0.1 pts MoM), +57k payrolls in June 2026; wage growth +3.5% YoY. Participation 61.5%, job openings 7.59M, quits rate 1.9% (cooling)."
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"macro",
"labor",
"employment",
"jobs",
"wages",
"jolts",
"real-economy"
],
"type": "object",
"version": "1.0.0"
}