# Highway NTSB Aviation Accident

**Use case:** 

Extract NTSB Aviation Accident data filtered by Highway. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "Highway"
}
```

## Output

```json
{
  "NtsbNo": {
    "label": "NTSB #",
    "format": "text"
  },
  "Mode": {
    "label": "Mode",
    "format": "text"
  },
  "EventDate": {
    "label": "Date",
    "format": "text"
  },
  "City": {
    "label": "City",
    "format": "text"
  },
  "State": {
    "label": "State",
    "format": "text"
  },
  "Country": {
    "label": "Country",
    "format": "text"
  },
  "VehicleMake": {
    "label": "Make",
    "format": "text"
  },
  "VehicleModel": {
    "label": "Model",
    "format": "text"
  },
  "N#": {
    "label": "Reg #",
    "format": "text"
  },
  "HighestInjuryLevel": {
    "label": "Injury",
    "format": "text"
  },
  "InjuryOnboardCount": {
    "label": "Onboard",
    "format": "text"
  },
  "InjuryOngroundCount": {
    "label": "Ground",
    "format": "text"
  },
  "EventType": {
    "label": "Event Type",
    "format": "text"
  },
  "CompletionStatus": {
    "label": "Status",
    "format": "text"
  },
  "ReportType": {
    "label": "Report",
    "format": "text"
  },
  "HasSafetyRec": {
    "label": "Safety Rec",
    "format": "text"
  },
  "OriginalPublishedDate": {
    "label": "Published",
    "format": "text"
  },
  "ReportDate": {
    "label": "Report Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NTSB Aviation Accident Scraper](https://apify.com/parseforge/ntsb-accident-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ntsb-accident-scraper) to learn more, explore other use cases, and run it yourself.