# Cirrus Aircraft Owner Leads - FAA Registry

**Use case:** 

Every registered Cirrus aircraft in the US with tail number, model, year, engine and the registered owner's name and mailing address. Niche aviation leads.

## Input

```json
{
  "states": [
    "TX"
  ],
  "usOnly": false,
  "businessOwnersOnly": false,
  "fractionalOwnersOnly": false,
  "aircraftMakeQuery": "CIRRUS",
  "validRegistrationsOnly": true,
  "excludeExpired": false,
  "maxResults": 400,
  "sortBy": "newest",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "ownerName": {
    "label": "Owner"
  },
  "ownerType": {
    "label": "Owner type"
  },
  "isBusinessOwner": {
    "label": "Business?"
  },
  "fullAddress": {
    "label": "Mailing address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "manufacturer": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "valueTier": {
    "label": "Value tier"
  },
  "nNumber": {
    "label": "N-Number"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

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