$ man bls-occupational-stats
/bls-occupational-stats
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgefinanceCATEGORY
uncategorized
STATUS
● live
NAME
bls-occupational-stats — bls public data api — wages, employment levels, growth by series id
SYNOPSIS
POST https://x402.agentutility.ai/bls-occupational-stats
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
BLS Public Data API — wages, employment levels, growth by series ID. Federal public, free. Optional BLS_API_KEY for higher rate-limits.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| series_ids | array | — | required |
| start_year | string | — | optional |
| end_year | string | — | optional |
| include_calculations | boolean | — | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| series_returned | string | Count of series IDs successfully returned by the BLS API in this response. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/bls-occupational-stats \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the bls-occupational-stats tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-financeblslabor-statswagesemploymentoccupational-databls-api
- methods
- POST
- cluster
- edgefinance
- price
- $0.02 USDC per call
ADJACENT — other endpoints in edgefinance
| endpoint | description | price |
|---|---|---|
| polymarket-kalshi-arbitrage | Scans for arbitrage between Polymarket and Kalshi prediction markets. | $0.02 |
| tariff-duty-scenario | Calculates import duty what-if scenarios: current vs proposed duty and landed-cost deltas from caller-supplied values, rates, freight, in… | $0.02 |
| earnings-calendar | Finds a company's next earnings date and its recent earnings-related SEC filings. | $0.03 |
| earnings-calendar-api | Finds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence es… | $0.03 |
| earnings-call-transcribe | Earnings call transcriber. | $0.03 |
| earnings-transcript | Earnings call transcript generator. | $0.03 |
| fda-calendar | Tracks upcoming FDA Advisory Committee (AdComm) meetings, a catalyst calendar for biotech. | $0.03 |
| fda-calendar-api | Tracks FDA advisory committee meetings, monitoring upcoming and recent AdComm notices, docket ids, committee names, and meeting dates. | $0.03 |
SEE ALSO