# Strale KYB Essentials — Norwegian Company Lookup

> Strale KYB Essentials — Norwegian Company 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-13).

Looks up Norwegian company data and compliance information using a 9-digit organisation number, returning structured JSON with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-no
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-essentials-norwegian-company-lookup-eadf5d24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BMEHhe-lfq-IuPfswzGG-

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-norwegian-company-lookup-eadf5d24 -d '<json body>'
```

Example prompt: Can you pull up the KYB essentials for Norwegian company with org number 923609016 — I need to verify their registration and compliance status before onboarding them.

## When to prefer this

Use this endpoint when you need to verify or enrich data about a Norwegian company and have its 9-digit organisation number. Prefer this over generic web search when you need structured, auditable, compliance-grade company data specifically for Norwegian entities. For Dutch companies use the KVK endpoint; for Portuguese companies use the RNPC endpoint.

## Known failure modes

- Invalid org_number format (not 9 digits) — validation error returned
- Company not found in Norwegian registry — 404 or empty result
- Payment failure via x402 protocol — 402 response if USDC payment not provided
- Registry unavailable — upstream timeout or 503 error

## How this service works

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

## Output

Structured JSON containing Norwegian company data (registration details, compliance checks, financial validation) along with an audit trail, sourced from Norwegian business registries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "org_number"
 ],
 "properties": {
  "org_number": {
   "type": "string",
   "description": "Norwegian org number (9 digits)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-norwegian-company-lookup-eadf5d24/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)
