# Climate Canada Open Data

**Use case:** 

Explore climate with Canada Open Data Scraper - Government Datasets. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "climate",
  "maxResults": 3
}
```

## Output

```json
{
  "dataset_id": {
    "label": "Dataset Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "resources": {
    "label": "Resources",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Canada Open Data Scraper - Government Datasets](https://apify.com/benthepythondev/canada-open-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/canada-open-data-scraper) to learn more, explore other use cases, and run it yourself.