# Global Econ Company Registry Lookup

> Global Econ Company Registry Lookup is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Looks up a specific company by its registry number from a global company registry database

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/ca/company/4261607
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/global-econ-company-registry-lookup-63232a7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wEJxI0FGSxCWoX4-azUzC

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 global-econ-company-registry-lookup-63232a7f
```

Example prompt: Can you look up the company with registry number 4261607 in the Canadian company registry and give me its full registration details?

## When to prefer this

Use this endpoint when you need to retrieve structured registry data for a specific known company by its registration number, particularly for Canadian companies. Prefer over search endpoints when you already have the exact company ID and need authoritative registry details for due diligence, verification, or enrichment workflows.

## Known failure modes

- Company ID not found returns 404 or empty result
- Invalid company number format returns 400 error
- Payment of 0.005 USDC not processed results in 402 Payment Required
- Registry data unavailable or service down returns 503
- Jurisdiction prefix mismatch (wrong country code in path)

## How this service works

Company registry lookup

## Output

Returns structured company registry data including company name, registration status, registered address, directors, and other official filing details for the specified company ID

## Example request

```json
{
 "corpNumber": "4261607"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/global-econ-company-registry-lookup-63232a7f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
