# Directive EUR-Lex | European Union Law Database Records

**Use case:** 

Extract EUR-Lex | European Union Law Database Records data filtered by Directive. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "docType": "directive"
}
```

## Output

```json
{
  "celex": {
    "label": "🔑 CELEX",
    "format": "text"
  },
  "title": {
    "label": "📋 Title",
    "format": "text"
  },
  "documentDate": {
    "label": "📅 Date",
    "format": "text"
  },
  "documentType": {
    "label": "📁 Type",
    "format": "text"
  },
  "workUri": {
    "label": "🔗 Work URI",
    "format": "text"
  },
  "eurLexUrl": {
    "label": "🔗 EUR-Lex",
    "format": "text"
  },
  "htmlUrl": {
    "label": "🌐 HTML",
    "format": "text"
  },
  "pdfUrl": {
    "label": "📄 PDF",
    "format": "text"
  },
  "celexYear": {
    "label": "📆 Year",
    "format": "text"
  },
  "celexSector": {
    "label": "🏷️ Sector",
    "format": "text"
  },
  "language": {
    "label": "🌐 Language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EUR-Lex Scraper | European Union Law Database Records](https://apify.com/parseforge/european-eur-lex-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/european-eur-lex-scraper) to learn more, explore other use cases, and run it yourself.