# FAA Aircraft Registrations Expiring Soon

**Use case:** 

Find US aircraft whose FAA registration expires before 2027 with owner name, address, tail number, make and model. Renewal and re-marketing leads.

## Input

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

## Output

```json
{
  "nNumber": {
    "label": "N-Number"
  },
  "manufacturer": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "yearManufactured": {
    "label": "Year"
  },
  "aircraftType": {
    "label": "Type"
  },
  "valueTier": {
    "label": "Value tier"
  },
  "ownerName": {
    "label": "Owner"
  },
  "ownerType": {
    "label": "Owner type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "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.