Scrapers.lat logo scrapers.lat
公共登记

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.

34 每条记录的字段 JSON · CSV · Excel · API 按用量付费
faa-aircraft-registry-scraper.json 200 OK
{
  "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 NumberSerial NumberManufacturer NameModelMfr YearAircraft TypeEngine TypeEngine ManufacturerEngine ModelCategoryClassificationRegistration StatusType RegistrationFractional Owner
示例输出

一条真实的示例记录,正是你收到的结构。

N NumberSerial NumberManufacturer NameModel
N628TS6177GULFSTREAM AEROSPACE CORPGVI (G650ER)
N737BA17269281CESSNA172N
GET /faa-aircraft-registry-scraper
{
  "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).

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。