Skip to main content
Business reports provide detailed information about a specific Canadian business, including directors, officers, shareholders, addresses, good standing status, and more. Reports are fetched directly from the provincial or federal registry.

How it works

  1. Run a search to find the business and get its jurisdiction and registration number
  2. Submit a report request with those details
  3. The API fetches a comprehensive report from the registry
  4. The report is stored and can be downloaded as a PDF
Reports typically take 1-4 minutes to fetch. The registry lookup is the bottleneck.

Request

Parameters

Jurisdictions

Accepts codes or full names: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT, FED

Response

The response includes the report data with people, addresses, and business details.

Report fields

Downloading the PDF

After a report is complete, you can download it as a PDF:
This returns a 302 redirect to a signed URL for the PDF document. Use -L (follow redirects) with cURL.

Typical workflow