# Estonia open data packages sample export

**Use case:** 

Sample task: export Estonia open data catalog packages as JSON/CSV via Apify. Bounded default run for quick demo.

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "access": {
    "label": "Access",
    "format": "text"
  },
  "titleen": {
    "label": "Titleen",
    "format": "text"
  },
  "createdat": {
    "label": "Createdat",
    "format": "text"
  },
  "updatedat": {
    "label": "Updatedat",
    "format": "text"
  },
  "accessurlbroken": {
    "label": "Accessurlbroken",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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