# FAA Aircraft Owner Lookup (N1)

**Use case:** 

Look up FAA aircraft registration and owner details for tail numbers N1, N2: owner name, make, model, year and status.

## Input

```json
{
  "maxAircraft": 50,
  "nNumbers": [
    "N1",
    "N2"
  ]
}
```

## Output

```json
{
  "nNumber": {
    "label": "N-Number"
  },
  "manufacturerName": {
    "label": "Manufacturer"
  },
  "model": {
    "label": "Model"
  },
  "serialNumber": {
    "label": "Serial"
  },
  "aircraftType": {
    "label": "Type"
  },
  "registrationStatus": {
    "label": "Status"
  },
  "registrantName": {
    "label": "Owner"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "expirationDate": {
    "label": "Expires"
  }
}
```

## About this Actor

This example demonstrates how to use [FAA Aircraft Registry & Owner Lookup Scraper](https://apify.com/scrapers_lat/faa-aircraft-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/faa-aircraft-registry-scraper) to learn more, explore other use cases, and run it yourself.