# Climate Australia Open Data

**Use case:** 

Explore climate with Australia 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"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "resources": {
    "label": "Resources",
    "format": "text"
  },
  "dataset_url": {
    "label": "Dataset Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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