# EASA Airworthiness Directives Data Export

**Use case:** 

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

## Input

```json
{
  "keyword": "Airbus A320",
  "maxItems": 100
}
```

## Output

```json
{
  "adNumber": {
    "label": "🆔 AD Number",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "aircraftType": {
    "label": "✈️ Aircraft Type",
    "format": "text"
  },
  "approvalHolder": {
    "label": "👤 Approval Holder",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EASA Airworthiness Directives Scraper](https://apify.com/parseforge/easa-airworthiness-directives-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/easa-airworthiness-directives-scraper) to learn more, explore other use cases, and run it yourself.