# Edge Agents China Unemployment Intelligence

> Edge Agents China Unemployment Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed macro intelligence on China's unemployment situation, with provenance, confidence ratings, and source citations.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-cn-unemployment
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-china-unemployment-intelligence-214ea594
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0PYh37fgzfV4pPIVQDw3V

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 edge-agents-china-unemployment-intelligence-214ea594
```

Example prompt: Pull me the latest evidence-backed analysis on China's unemployment situation — I need confidence levels, source provenance, and any known data limitations so I can include it in a board briefing.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed intelligence report specifically on China's unemployment and labour market conditions. Prefer it over raw data APIs when you need confidence ratings, contradiction flags, and traceable sources suitable for executive or board-level decision-making. It is especially useful for autonomous agents that need bounded, verifiable macro intelligence rather than raw statistics.

## Known failure modes

- Payment not received or insufficient USDC — 402 response blocking access
- Stale or unavailable source data — reported via limitations array in response
- No evidence assets available — evidence.assets returns empty array
- Service temporarily unavailable — network or upstream data provider outage
- Invalid or missing request parameters — returns error due to malformed schema input

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing a quality assessment (status and confidence level), an analysis block with intent tags and a summary of China unemployment findings, an evidence block with source assets and policy, provenance metadata (issuer and signed flag), data status, schema version, generation timestamp, and a limitations list noting coverage and freshness caveats. Includes a disclaimer that output is general market research, not investment advice.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "macro",
   "intents": [
    "evidence",
    "labour"
   ],
   "summary": "Fresh China Unemployment findings appear here."
  },
  "evidence": {
   "assets": [
    "CHN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-cn-unemployment",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-china-unemployment-intelligence-214ea594/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
