# Statistics Canada Catalogue Scraper

**Use case:** 

Browse the Statistics Canada data catalogue and export official Canadian statistics tables as structured data.

## Input

```json
{
  "mode": "catalogue",
  "productId": 34100007,
  "productIds": [],
  "latestN": 10,
  "maxItems": 5
}
```

## Output

```json
{
  "productId": {
    "label": "Product Id",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "cansimId": {
    "label": "Cansim Id",
    "format": "text"
  },
  "cubeTitleEn": {
    "label": "Cube Title En",
    "format": "text"
  },
  "cubeTitleFr": {
    "label": "Cube Title Fr",
    "format": "text"
  },
  "cubeStartDate": {
    "label": "Cube Start Date",
    "format": "text"
  },
  "cubeEndDate": {
    "label": "Cube End Date",
    "format": "text"
  },
  "releaseTime": {
    "label": "Release Time",
    "format": "text"
  },
  "issueDate": {
    "label": "Issue Date",
    "format": "text"
  },
  "archived": {
    "label": "Archived",
    "format": "number"
  },
  "frequencyCode": {
    "label": "Frequency Code",
    "format": "number"
  },
  "frequency": {
    "label": "Frequency",
    "format": "text"
  },
  "dimensionNames": {
    "label": "Dimension Names",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Statistics Canada Web Data Service Scraper](https://apify.com/parseforge/statistics-canada-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/statistics-canada-scraper) to learn more, explore other use cases, and run it yourself.