Canada New Incorporations - Fresh Federal Company Leads avatar

Canada New Incorporations - Fresh Federal Company Leads

Pricing

from $0.005 / actor start

Go to Apify Store
Canada New Incorporations - Fresh Federal Company Leads

Canada New Incorporations - Fresh Federal Company Leads

A daily feed of newly incorporated federal Canadian companies from Corporations Canada open data: name, corporation & business number, incorporation date, registered office address, province and status. Fresh B2B leads for banks, insurers, accountants and SaaS.

Pricing

from $0.005 / actor start

Rating

0.0

(0)

Developer

Vadim Zabin

Vadim Zabin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Canada New Incorporations — Fresh Federal Company Leads

A daily feed of newly incorporated federal Canadian companies, built from the official Corporations Canada open data (Open Government Licence). Filter to companies incorporated in the last N days and get a clean, structured lead list — updated daily at the source.

Why this is useful

A brand-new company is a brand-new buyer. Newly incorporated businesses need banking, insurance, accounting, legal, payroll, and software — fast. This Actor turns the federal register into a fresh B2B lead feed you can pull on a schedule.

What you get

One record per corporation:

  • Corporation number and Business Number (BN)
  • Corporate name (and secondary/operating name)
  • Incorporation date (CBCA anniversary / formation date)
  • Registered office address — street, city, province, postal code
  • Status and governing legislation
  • Min / max number of directors

Example input

{
"incorporatedWithinDays": 30,
"provinces": ["ON", "BC"],
"keywords": ["holdings", "consulting"],
"onlyNewSinceLastRun": true,
"maxResults": 500
}
  • incorporatedWithinDays — only companies incorporated in the last N days (set 0 for all active corporations)
  • provinces — two-letter codes of the registered office; empty = all of Canada
  • keywords — match corporate name or city
  • includeOtherTypes — also include not-for-profits, cooperatives and boards of trade
  • onlyNewSinceLastRun — incremental mode; return only corporations not seen before (perfect for a daily new-company feed)
  • maxResults — cost guard; 0 = no limit

Example output

{
"corporationNumber": "9876543",
"businessNumber": "123456789RC0001",
"name": "BRIGHT NEW STARTUP INC.",
"governingAct": "Canada Business Corporations Act",
"status": "Active",
"incorporationDate": "2026-07-01",
"address": "10 King St W, Suite 200",
"city": "Toronto",
"province": "ON",
"postalCode": "M5H1A1",
"minDirectors": 1,
"maxDirectors": 10,
"id": "corp-9876543"
}

Export to Excel / CSV works out of the box, so the list drops straight into a CRM or an outreach campaign. Schedule the Actor daily with onlyNewSinceLastRun for an automatic feed of just-registered companies.

Use with AI agents (MCP)

This Actor is available over the Model Context Protocol:

https://mcp.apify.com?tools=truenorthdata/canada-new-incorporations

Ask an MCP client in plain language — "companies incorporated in Ontario this week" — and the agent runs the Actor and filters for you.

Notes

  • Source: Corporations Canada (Innovation, Science and Economic Development Canada), Federal Corporations open data, Open Government Licence – Canada. Files are updated daily. Covers federal corporations only (CBCA business corporations, plus optionally NFP / cooperatives / boards of trade) — not provincial registrations.
  • Contact data: registered office mailing address is included; the bulk data does not include director names, phone or email. Director names are available per corporation via the Corporations Canada API (a possible future enhancement).