# Luxembourg Open Data Data Export

**Use case:** 

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

## Input

```json
{
  "pageSize": 20,
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "datasetUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "organization": {
    "label": "🏢 Organization",
    "format": "text"
  },
  "license": {
    "label": "📜 License",
    "format": "text"
  },
  "frequency": {
    "label": "🔄 Frequency",
    "format": "text"
  },
  "tags": {
    "label": "🏷 Tags",
    "format": "array"
  },
  "resourceCount": {
    "label": "📦 Resources",
    "format": "number"
  },
  "lastModified": {
    "label": "🕒 Modified",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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