FAA Aircraft Registry Scraper avatar

FAA Aircraft Registry Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
FAA Aircraft Registry Scraper

FAA Aircraft Registry Scraper

Looks up US aircraft by FAA N-Number and returns aircraft, owner, registration, airworthiness, and engine details. Preserves all FAA result tables verbatim in `raw` to ensure no information is lost.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Looks up US aircraft by registration N-Number in the official FAA Aircraft Registry (registry.faa.gov/aircraftinquiry) and returns aircraft description, registered owner, airworthiness and engine details. All result tables are also kept verbatim in raw so nothing is lost (temporary certificates, other owner names, fuel modifications, deregistration info, etc.).

Input

FieldDefaultDescription
n_numbers["N172SP"]List of N-Numbers to look up (leading N optional)
limit10Max N-Numbers to process (1–200)

Output example

{
"n_number": "N172SP",
"found": true,
"serial_number": "R172-2842",
"manufacturer": "CESSNA",
"model": "R172K",
"type_aircraft": "Fixed Wing Single-Engine",
"type_engine": "Reciprocating",
"status": "Valid",
"certificate_issue_date": "10/31/2002",
"expiration_date": "08/31/2028",
"mfr_year": "1977",
"type_registration": "LLC",
"registrant_name": "LUKE AIRLINES LLC",
"registrant_street": "13422 FORT ST",
"registrant_city": "SOUTHGATE",
"registrant_state": "MICHIGAN",
"registrant_zip": "48195-1138",
"registrant_country": "UNITED STATES",
"airworthiness_class": "Standard",
"airworthiness_category": "Utility, Normal",
"airworthiness_date": "12/10/1977",
"engine_manufacturer": "CONT MOTOR",
"engine_model": "IO-360 SER",
"raw": { "Aircraft Description": { "fields": { "...": "..." } }, "...": "..." }
}