# GlobalAPI — Canadian Company Lookup by Business Number (BN9)

> GlobalAPI — Canadian Company Lookup by Business Number (BN9) is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-08).

Retrieves company registry data for a Canadian business using its 9-digit Business Number (BN9)

## Facts

- Endpoint: GET https://globalapi.dev/ca/company/bn/%7Bbn9%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-canadian-company-lookup-by-business-number-bn9-3dae5744
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C3af1YQJofCOa9UTJIIIQ

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 globalapi-canadian-company-lookup-by-business-number-bn9-3dae5744
```

Example prompt: Can you look up the Canadian company registered under Business Number 123456789 and tell me its official name and registration status?

## When to prefer this

Use this endpoint when you need to programmatically verify or enrich data about a Canadian business by its official 9-digit Business Number (BN9), without needing a subscription or API key — ideal for compliance checks, KYB (Know Your Business) workflows, or one-off lookups paid per-call in USDC.

## Known failure modes

- Invalid or malformed BN9 returns a 4xx error
- BN9 not found in registry returns empty or 404 response
- Payment failure via x402 protocol returns 402 status
- Network timeout or upstream registry unavailability returns 5xx

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns structured company registry data for the Canadian business matching the provided 9-digit Business Number, including registered name, status, and other official record fields. Costs $0.005 USDC per call via x402 micropayment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-canadian-company-lookup-by-business-number-bn9-3dae5744/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
