# GlobalAPI — Canadian Company Registry Lookup by Corporation Number

> GlobalAPI — Canadian Company Registry Lookup by Corporation Number 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 corporation by its corporation number

## Facts

- Endpoint: GET https://globalapi.dev/ca/company/%7BcorpNumber%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-registry-lookup-by-corporation-number-db680e43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d9_03cciQrk5r9PWfFoWx

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-registry-lookup-by-corporation-number-db680e43
```

Example prompt: Look up the Canadian company with corporation number 1234567 in the registry and give me its official name, registration status, and any other details on file.

## When to prefer this

Use this endpoint when you need to look up a specific Canadian company by its official corporation number and retrieve structured registry data including name, status, and registration details. Prefer this over manual registry searches or subscription-based services when doing ad-hoc lookups without needing a persistent API key.

## Known failure modes

- Corporation number not found — returns 404 or empty result
- Invalid corporation number format — returns 400 bad request
- Payment failure — 402 if USDC payment not accepted
- Registry data unavailable or upstream outage — 503 service unavailable
- Rate limiting or throttling if too many requests are made

## 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 specified Canadian corporation, including the company's official registered name, status, registration date, and other corporate details available from the Canadian registry.

## Example request

```json
{
 "properties": "basic"
}
```

## 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-registry-lookup-by-corporation-number-db680e43/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)
