# Catalog (list datasets) Chile Open Data

**Use case:** 

Extract Chile Open Data data filtered by Catalog (list datasets). Export structured results ready for analysis, lead generation, or research.

## Input

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

## Output

```json
{
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "datasetId": {
    "label": "Dataset",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "metadataModified": {
    "label": "Last Updated",
    "format": "date"
  },
  "resources": {
    "label": "Resources",
    "format": "object"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "recordId": {
    "label": "Record ID",
    "format": "text"
  },
  "resourceId": {
    "label": "Resource ID",
    "format": "text"
  },
  "data": {
    "label": "Data",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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