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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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).