# Edge Agents Brazil Unemployment Intelligence

> Edge Agents Brazil 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).

Delivers evidence-backed macro intelligence on Brazil's unemployment conditions with provenance, confidence scoring, and contradiction flagging

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-br-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-brazil-unemployment-intelligence-9ee3e98e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ue2Grf_wUElmGaUdhQaff

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-brazil-unemployment-intelligence-9ee3e98e
```

Example prompt: Pull me a verified macro intelligence report on Brazil's unemployment situation — I need evidence quality, confidence level, and source provenance so I can brief our strategy team on current labor market conditions.

## When to prefer this

Choose this endpoint when you need verifiable, provenance-signed macro intelligence on Brazil's unemployment and labour market, especially when the downstream use case requires traceable evidence (board reporting, investment committees, autonomous decision pipelines). Prefer it over generic data APIs when confidence scoring, contradiction flagging, and signed provenance are required. At $0.01 USDC per call it is cost-effective for point-in-time lookups within automated agent workflows.

## Known failure modes

- Payment not received — endpoint requires $0.01 USDC via x402 protocol before data is served
- Stale or unavailable source data — report will state coverage and freshness limitations explicitly rather than silently omit
- Empty evidence assets array — may occur if live source reports are temporarily inaccessible
- Schema mismatch — callers expecting schema versions prior to 2.0 may need to update parsing logic
- Network timeout — service may be temporarily unavailable; retry with backoff

## How this service works

Latest available Brazil unemployment plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced Brazil unemployment series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing: a quality status (e.g. 'strong') and confidence level (e.g. 'high'), an analysis summary with macro family classification and labour intents, an evidence block with sourced assets and point-in-time policy, a unique serviceId, data status, schema version, generation timestamp, signed provenance from edge-agents.ai, and stated limitations on coverage and source freshness. The report explicitly disclaims 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 Brazil Unemployment findings appear here."
  },
  "evidence": {
   "assets": [
    "BRA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-br-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-brazil-unemployment-intelligence-9ee3e98e/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)
