# Shopify Company Records in Canada

**Use case:** 

Find detailed records for Shopify in Canadian business registries.

## Input

```json
{
  "maxCompanies": 50,
  "searchQuery": "shopify",
  "status": "all",
  "jurisdiction": "CC",
  "sortBy": "relevance"
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name"
  },
  "registryNumber": {
    "label": "Registry Number"
  },
  "businessNumber": {
    "label": "Business Number"
  },
  "status": {
    "label": "Status"
  },
  "entityType": {
    "label": "Entity Type"
  },
  "incorporationDate": {
    "label": "Incorporated"
  },
  "jurisdictionName": {
    "label": "Jurisdiction"
  },
  "officeCity": {
    "label": "Office City"
  },
  "officeProvince": {
    "label": "Province"
  },
  "registryProfileUrl": {
    "label": "Registry Profile"
  }
}
```

## About this Actor

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