# Edge Agents France Unemployment Macro Intelligence

> Edge Agents France Unemployment Macro 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, provenance-signed intelligence on France unemployment macro indicators for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-fr-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-france-unemployment-macro-intelligence-229a5994
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YT20zhFHluuhcXUsVl2vq

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-france-unemployment-macro-intelligence-229a5994
```

Example prompt: Can you pull the latest Edge Agents intelligence report on France unemployment — I need the evidence summary, confidence level, and any noted contradictions for a strategy briefing?

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed intelligence specifically on France unemployment with explicit confidence ratings and contradiction flags — rather than raw statistical data feeds or generic news searches. Ideal for AI agents that must support auditable, bounded decisions with traceable sourcing for boards, CFOs, or strategy teams. Prefer over general web search when structured quality metadata and issuer provenance are required.

## Known failure modes

- Payment not completed via x402 protocol — 402 Payment Required response returned
- Service temporarily unavailable for live data fetch — data may be stale or incomplete
- Evidence assets array empty if no fresh source data is available at call time
- Schema version mismatch if client expects older response structure
- Network timeout if upstream macro data source is slow to respond

## How this service works

Latest available France 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 France 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

A structured JSON report containing: quality status and confidence level, a macro analysis summary with intent tags (e.g. evidence, labour), evidence assets and sourcing policy, provenance with issuer URL and signed flag, data completeness status, schema version, generation timestamp, and standard limitations and disclaimer text. The response is point-in-time and never inferred from examples.

## 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 France Unemployment findings appear here."
  },
  "evidence": {
   "assets": [
    "FRA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-fr-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-france-unemployment-macro-intelligence-229a5994/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)
