← Back to directory

Look up Canadian company data from Corporations Canada. Accepts corporation numb...

https://api.strale.io/x402/v2/canadian-company-data

Overview

Look up Canadian company data from Corporations Canada. Accepts corporation number or fuzzy company name.

Protocol x402
Price $0.86
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 16:12:44

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "company_name": { "description": "Company name (resolved via the Corporations Canada site search)", "type": "string" }, "corporation_number": { "description": "Federal corporation number (older corporations have fewer than 7 digits) or 9-digit business number", "type": "string" }, "task": { "description": "Free-text alias — corporation number or company name", "type": "string" } }, "type": "http" }

Output Schema

{ "business_number": { "type": [ "string", "null" ] }, "business_type": { "type": "string" }, "company_name": { "type": "string" }, "corporation_number": { "type": "string" }, "director_limits": { "type": [ "object", "null" ] }, "name_history": { "type": "array" }, "registration_number": { "type": "string" }, "status": { "type": "string" }, "tier_2_available_reason": { "type": "string" }, "ubo_availability": { "type": "string" }, "ubo_availability_reason": { "type": "string" } }