# Catalog (browse all datasets) Australia Open Data

**Use case:** 

Extract Australia Open Data (data.gov.au) data filtered by Catalog (browse all datasets). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "catalog"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Slug",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "notes": {
    "label": "Description",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "resourcesCount": {
    "label": "Files",
    "format": "number"
  },
  "resources": {
    "label": "Resources",
    "format": "object"
  },
  "metadataCreated": {
    "label": "Created",
    "format": "date"
  },
  "metadataModified": {
    "label": "Modified",
    "format": "date"
  },
  "frequency": {
    "label": "Update Frequency",
    "format": "text"
  },
  "portalUrl": {
    "label": "Portal URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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