# Melbourne Open Data sample

**Use case:** 

Run a ready-made Melbourne Open Data example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: melbourne-open-data-scr

## Input

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

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "default_description": {
    "label": "Default Description",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "text"
  },
  "dataset_id": {
    "label": "Dataset Id",
    "format": "text"
  },
  "visibility": {
    "label": "Visibility",
    "format": "text"
  },
  "dataset_uid": {
    "label": "Dataset Uid",
    "format": "text"
  },
  "has_records": {
    "label": "Has Records",
    "format": "text"
  },
  "data_visible": {
    "label": "Data Visible",
    "format": "text"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "theme": {
    "label": "Theme",
    "format": "text"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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