# Strale KYB Essentials NL — Dutch Company KYB Lookup

> Strale KYB Essentials NL — Dutch Company KYB Lookup is a paid API for AI agents from api.strale.io, paid per call via x402, $1.62/call, status unknown (last checked 2026-09-15).

Performs Know Your Business (KYB) compliance checks on Dutch companies using their KVK number, returning structured company data and audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-nl
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-essentials-nl-dutch-company-kyb-lookup-e9ac610b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vxAKM22ujE2SCVr5z51PL

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 strale-kyb-essentials-nl-dutch-company-kyb-lookup-e9ac610b -d '<json body>'
```

Example prompt: Run a KYB essentials check on Dutch company KVK number 12345678 and give me their registration details and compliance status.

## When to prefer this

Use this endpoint when you need to verify or onboard a Dutch (Netherlands) company and have their KVK number, especially in compliance, KYB, or due diligence contexts. Prefer over generic web searches when structured, auditable company data is required.

## Known failure modes

- Invalid or non-existent KVK number returns an error
- KVK registry temporarily unavailable causes lookup failure
- Malformed KVK number (not 8 digits) may return validation error
- Company dissolved or deregistered may return no active record

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Structured JSON containing Dutch company registration data sourced from KVK, compliance check results, and an audit trail — suitable for KYB onboarding workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "kvk_number"
 ],
 "properties": {
  "kvk_number": {
   "type": "string",
   "description": "Dutch KVK number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-nl-dutch-company-kyb-lookup-e9ac610b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
