FAA Aircraft Registry & Owner Lookup Scraper
Look up U.S. aircraft by N-Number from the FAA registry. Get make, model, serial number, aircraft and engine type, registration status and dates, plus the registered owner's name and mailing address. Export to JSON, CSV or Excel.
{ "nNumber": "N628TS", "serialNumber": "6177", "manufacturerName": "GULFSTREAM AEROSPACE CORP", "model": "GVI (G650ER)", "mfrYear": "2015", "aircraftType": "Fixed Wing Multi-Engine", "engineType": "Turbo-fan", "engineManufacturer": "ROLLS DEUT", "engineModel": "BR700-725A112" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| N Number | Serial Number | Manufacturer Name | Model |
|---|---|---|---|
| N628TS | 6177 | GULFSTREAM AEROSPACE CORP | GVI (G650ER) |
| N737BA | 17269281 | CESSNA | 172N |
{ "nNumber": "N628TS", "serialNumber": "6177", "manufacturerName": "GULFSTREAM AEROSPACE CORP", "model": "GVI (G650ER)", "mfrYear": "2015", "aircraftType": "Fixed Wing Multi-Engine", "engineType": "Turbo-fan", "engineManufacturer": "ROLLS DEUT", "engineModel": "BR700-725A112" }
常见问题
What is an N-Number?
It is the registration number painted on every U.S. aircraft, always starting with the letter N (for example N628TS). Enter as many as you like in one run.
Do I get the owner's name and address?
Yes. Each record includes the registered owner (a person or a company) and their mailing address of record, which makes it ready to use as an aviation sales lead.
What if an N-Number is not registered?
You still get a row for it, flagged as not found, so you can tell exactly which tail numbers returned no aircraft.
How fresh is the data?
Every record is read live at run time, so it reflects the current registration record at the moment of the run (see observedAt).