FAA Aircraft Registry Scraper avatar

FAA Aircraft Registry Scraper

Pricing

Pay per event

Go to Apify Store
FAA Aircraft Registry Scraper

FAA Aircraft Registry Scraper

Scrape the FAA Aircraft Registry: N-Number, owner name and address, make, model, serial number, year, engine, airworthiness and registration status. Search by N-Number, make/model, owner, state, county or year.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract aircraft registration data from the official FAA Aircraft Registry: owner name and address, N-Number (tail number), make, model, serial number, year of manufacture, engine, airworthiness and registration status.

Built for aviation research, aircraft sales lead generation, fleet analysis, insurance underwriting and due diligence.

  1. N-Number lookup - pass specific tail numbers (e.g. N172SP) and each aircraft is fetched live from the FAA inquiry page, including engine details, airworthiness classification and category.
  2. Registry search - filter the FAA's full registry database (~290,000 aircraft, refreshed daily by the FAA) by make, model, owner, serial, state, county, year range and registration status. All filters combine.

Features

  • Owner name, street address, city, state, ZIP and registrant type (Individual, LLC, Corporation, Government...)
  • Make, model, year, serial number, seats and weight class
  • Aircraft type (fixed wing, rotorcraft, balloon...) and engine type (reciprocating, turbo-fan...)
  • Registration status, certificate issue date, expiration date, airworthiness date
  • Mode S transponder code (hex)
  • Pure HTTP + official FAA database export, fast and reliable

Input

FieldTypeDescription
nNumbersarrayTail numbers for live lookups. When set, the filters below are ignored.
aircraftMakestringManufacturer, partial match (e.g. "Cessna").
aircraftModelstringModel, partial match (e.g. "172").
ownerNamestringOwner or company name, partial match.
serialNumberstringSerial number, partial match.
statestringOwner's US state, 2-letter code.
countystringOwner's 3-digit FIPS county code.
yearFrom / yearTointegerYear-of-manufacture range.
registrationStatusselectany, valid, or other.
maxItemsintegerMax aircraft to return. 0 = no limit. Default 100.

Example input

{
"aircraftMake": "Cessna",
"aircraftModel": "172",
"state": "FL",
"yearFrom": 2000,
"registrationStatus": "valid",
"maxItems": 100
}

Output

{
"nNumber": "N105LU",
"serialNumber": "172S9782",
"make": "CESSNA",
"model": "172S",
"yearManufactured": "2005",
"ownerName": "LYNN UNIVERSITY",
"city": "BOCA RATON",
"state": "FL",
"registrantType": "Corporation",
"typeAircraft": "Fixed Wing Single-Engine",
"typeEngine": "Reciprocating",
"status": "Valid",
"seats": 4,
"certIssueDate": "2005-06-14",
"expirationDate": "2029-06-30",
"registryUrl": "https://registry.faa.gov/aircraftinquiry/Search/NNumberResult?NNumbertxt=N105LU"
}

Common use cases

  • Aircraft sales and MRO lead generation by owner, region or fleet age
  • Verify ownership and registration status before buying an aircraft
  • Fleet research: every aircraft registered to an operator
  • Insurance and finance due diligence
  • Aviation market analysis by make, model and year

Pricing

Pay per result: a small fee to start the run plus a per-aircraft fee. Errors and empty results are never charged.

FAQ

How fresh is the data? N-Number lookups hit the live FAA page. Registry searches use the FAA's official database export, which the FAA refreshes every day.

Is this legal? Yes. The FAA aircraft registry is public information published by the U.S. government.

Can I download the whole registry? Yes, set maxItems to 0 with no filters. Around 290,000 aircraft.

Is this affiliated with the FAA? No. This is an independent tool for extracting publicly available data.