# FAA Aircraft Registry   Owner, Tail Number, Model — Full Exp

**Use case:** 

Scrape the full faa aircraft registry - owner, tail number, model dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract faa aircraft registry - owner, tail number, model for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "corporate_jet_sweep",
  "excludeCommercialAirlines": false,
  "maxItems": 200
}
```

## Output

```json
{
  "n_number": {
    "label": "N Number",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year_manufactured": {
    "label": "Year Manufactured",
    "format": "number"
  },
  "registrant_name": {
    "label": "Registrant Name",
    "format": "string"
  },
  "registrant_state": {
    "label": "Registrant State",
    "format": "string"
  },
  "registration_status": {
    "label": "Registration Status",
    "format": "string"
  },
  "is_corporate_jet": {
    "label": "Is Corporate Jet",
    "format": "boolean"
  }
}
```

## About this Actor

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