# Canada company due diligence scraper

**Use case:** 

Enrich Canadian company lists from the official federal registry with corporation numbers, status, directors, and filing details.

## Input

```json
{
  "searchTerms": [
    "technology",
    "holdings"
  ],
  "corporationNumbers": [],
  "startUrls": [],
  "maxItems": 200,
  "includeDetails": true,
  "status": "",
  "province": "",
  "act": "",
  "delayMs": 350
}
```

## Output

```json
{
  "corporateName": {
    "label": "Corporate name"
  },
  "corporationNumber": {
    "label": "Corporation number"
  },
  "businessNumber": {
    "label": "Business number"
  },
  "status": {
    "label": "Status"
  },
  "governingLegislation": {
    "label": "Governing legislation"
  },
  "registeredOfficeAddress": {
    "label": "Registered office address"
  },
  "directors": {
    "label": "Directors"
  },
  "annualFilings": {
    "label": "Annual filings"
  },
  "alternateNames": {
    "label": "Alternate names"
  },
  "corporationId": {
    "label": "Corporation ID"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "query": {
    "label": "Search query"
  },
  "governingLegislationDate": {
    "label": "Legislation date"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Canada Corporations Search Scraper](https://apify.com/automation-lab/canada-corporations-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/canada-corporations-search-scraper) to learn more, explore other use cases, and run it yourself.