# Edge Agents Global Unemployment Comparison

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

Delivers evidence-backed macro analysis comparing unemployment rates across countries, with provenance, confidence scoring, and contradiction flagging.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-global-unemployment-comparison
- Price: $0.1/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-global-unemployment-comparison-2fdeceac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F7swC0Dnk3v2t06in32Gw

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-global-unemployment-comparison-2fdeceac
```

Example prompt: Can you pull Edge Agents' global unemployment comparison report so I can see how labour markets stack up across major economies right now, with sources and confidence levels?

## When to prefer this

Choose this endpoint when you need cross-country unemployment benchmarking with explicit source provenance and confidence scoring — especially for executive briefings, autonomous agent decision contexts, or macro risk workflows where auditability and contradiction flagging matter more than raw data speed. Prefer over generic data APIs when evidence quality, signed provenance, and bounded decision support are required.

## Known failure modes

- Payment not completed or USDC balance insufficient — endpoint returns 402 Payment Required
- Invalid or missing required parameters — returns schema validation error
- Data temporarily unavailable for requested scope — dataStatus may reflect incomplete coverage
- Rate limiting or service downtime — standard HTTP 429 or 5xx responses

## 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

Returns a structured JSON report with a quality status and confidence rating, a macro analysis summary covering labour and evidence intents, an evidence block with sourced assets and point-in-time policy, provenance with issuer identity and digital signature, data completeness status, coverage limitations, schema version, and a timestamp of report generation. All findings are backed by stated sources and never inferred.

## 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 Global Unemployment Comparison findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-global-unemployment-comparison",
  "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-global-unemployment-comparison-2fdeceac/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)
