Faa Accidents avatar

Faa Accidents

Pricing

Pay per usage

Go to Apify Store
Faa Accidents

Faa Accidents

Search NTSB aviation accident database files and return normalized aviation event records.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

FAA Accidents / NTSB Aviation Events

Search public NTSB aviation accident database ZIP/MDB files and return normalized aviation event records for safety, insurance, and transportation research.

Best for

  • Aviation insurance analysts monitoring accident and incident updates
  • Safety consultants researching NTSB event patterns
  • Operators and legal teams checking events by NTSB number, aircraft, or location

Input

  • queries: NTSB number, event type, city, state, airport, aircraft make/model, registration, owner, or operator.
  • states: Optional two-letter event state filters.
  • eventTypes: Optional event type filters such as ACC or INC.
  • sourceUrl: NTSB public ZIP URL containing an MDB file.
  • maxItemsPerQuery: Maximum records returned per query.
  • includeNarrative: Include available narrative fields.
  • includeRaw: Include raw MDB event and aircraft rows.

Output

Each dataset item includes normalized fields such as source, query, recordType, title, identifier, date, url, and summary, plus NTSB event, location, aircraft, operator, injury, and coordinate fields when available.

Example input

{
"queries": ["ERA26LA173"],
"maxItemsPerQuery": 5
}

Example output

{
"source": "ntsb_aviation_accident_database",
"query": "ERA26LA173",
"recordType": "aviation_event",
"title": "ERA26LA173 - ACC - Stevensville, MD, USA",
"identifier": "ERA26LA173",
"date": "2026-04-11",
"url": "https://data.ntsb.gov/avdata/FileDirectory/DownloadFile?fileID=C%3A%5Cavdata%5Cup01MAY.zip",
"summary": "2026-04-11 | Stevensville, MD, USA | Aircraft: CESSNA 172 | Damage: SUBSTANTIAL",
"ntsbNumber": "ERA26LA173",
"eventType": "ACC",
"city": "Stevensville",
"state": "MD"
}

Notes

This actor reads the public NTSB aviation database files directly. If the ZIP is unavailable, lacks an MDB file, or cannot be parsed, the run fails instead of returning sample records.