# Edge Agents Netherlands Unemployment Intelligence

> Edge Agents Netherlands 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, provenance-signed macro intelligence on Netherlands unemployment, including analysis, contradictions, and verification status.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-nl-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-netherlands-unemployment-intelligence-e98ca3d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WW2O6-qn2doAAT7phFZRL

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-netherlands-unemployment-intelligence-e98ca3d2
```

Example prompt: Give me the latest evidence-backed unemployment intelligence for the Netherlands — I need the analysis summary, confidence level, and any contradictions flagged, with source provenance included.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed, evidence-backed unemployment intelligence specifically for the Netherlands with explicit confidence levels and contradiction flagging — particularly suited for autonomous agents, strategy teams, CFOs, or boards that require traceable, bounded macro decisions rather than raw data feeds or unverified summaries.

## Known failure modes

- Payment not included or insufficient — endpoint returns HTTP 402 requiring x402 USDC payment
- No fresh data available — evidence assets array may be empty with limitations noted in response
- Network timeout — GET request fails to return within expected window
- Invalid or malformed request — service may return error if parameters are incorrectly structured
- Data status incomplete — response may return with dataStatus indicating partial coverage

## How this service works

Latest available Netherlands 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 Netherlands 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 object containing a quality assessment (status and confidence), an analysis block with intent labels and summary of Netherlands unemployment findings, evidence assets and sourcing policy, provenance signature from edge-agents.ai, generation timestamp, schema version, data status, and standard limitations and disclaimer text.

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