# SMK Denmark Collection Data Export

**Use case:** 

Data Export of SMK Denmark Collection. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "hasImage": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "📜 Title",
    "format": "text"
  },
  "artist": {
    "label": "🎨 Artist",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "medium": {
    "label": "🎭 Medium",
    "format": "text"
  },
  "dimensions": {
    "label": "📏 Dimensions",
    "format": "text"
  },
  "collection": {
    "label": "🏛️ Collection",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SMK Denmark Collection Scraper](https://apify.com/parseforge/smk-denmark-collection-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/smk-denmark-collection-scraper) to learn more, explore other use cases, and run it yourself.