# California Business Aircraft Owners - FAA Data

**Use case:** 

California corporate and LLC aircraft owners from the FAA registry with company name, address, aircraft make, model, year and value tier. B2B prospecting.

## Input

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

## Output

```json
{
  "ownerName": {
    "label": "Business / owner"
  },
  "ownerType": {
    "label": "Entity type"
  },
  "fullAddress": {
    "label": "Mailing address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "manufacturer": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "valueTier": {
    "label": "Value tier"
  },
  "yearManufactured": {
    "label": "Year"
  },
  "certIssueDate": {
    "label": "Registered"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "nNumber": {
    "label": "N-Number"
  }
}
```

## 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.