# Strale KYC Norway — Norwegian Company Lookup

> Strale KYC Norway — 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 an organization number (organisasjonsnummer).

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyc-norway
- 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-kyc-norway-norwegian-company-lookup-f7f3cf62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I7okyaKUwf_EHZ7gDDF7I

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

Example prompt: Can you pull up the KYC and company registration details for Norwegian org number 923609016? I need compliance info with an audit trail.

## When to prefer this

Use this endpoint when you need KYC or due diligence data specifically for a Norwegian company and have its organisasjonsnummer. Prefer this over generic company search endpoints when you already know the exact Norwegian org number and need structured, audit-trailed compliance data.

## Known failure modes

- Invalid or malformed org_number format returns validation error
- Organization number not found in Norwegian registry returns 404 or empty result
- Payment failure or insufficient USDC balance returns 402
- Upstream registry unavailable causes timeout or 503

## 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 including registration details, compliance checks, financial validation signals, and an audit trail — sourced from Norwegian business registry records.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "org_number"
 ],
 "properties": {
  "org_number": {
   "type": "string",
   "description": "Norwegian organization number"
  }
 }
}
```

## More

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