# Scrape Airport Owner Portfolios

**Use case:** 

Group US facilities into owner portfolios with Owner / operator, Facilities, Airports, Heliports, # states and Phone. Export to JSON, CSV or Excel.

## Input

```json
{
  "outputMode": "owners",
  "states": [
    "WY"
  ],
  "facilityTypes": [],
  "publicUseOnly": false,
  "activeOnly": true,
  "hasFuelOnly": false,
  "far139Only": false,
  "hasPhoneOnly": false,
  "sortBy": "leadScore",
  "maxResults": 1000,
  "includeRemarks": false,
  "includeRawFields": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "ownerName": {
    "label": "Owner / operator",
    "format": "text"
  },
  "facilityCount": {
    "label": "Facilities",
    "format": "number"
  },
  "airports": {
    "label": "Airports",
    "format": "number"
  },
  "heliports": {
    "label": "Heliports",
    "format": "number"
  },
  "seaplaneBases": {
    "label": "Seaplane",
    "format": "number"
  },
  "publicUseFacilities": {
    "label": "Public use",
    "format": "number"
  },
  "fueledFacilities": {
    "label": "Fueled",
    "format": "number"
  },
  "far139Facilities": {
    "label": "FAR 139",
    "format": "number"
  },
  "stateCount": {
    "label": "# states",
    "format": "number"
  },
  "maxRunwayFt": {
    "label": "Max RWY (ft)",
    "format": "number"
  },
  "ownerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [US Airport & Aviation Facility Leads Scraper (FAA)](https://apify.com/scrapesage/us-aviation-facility-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-aviation-facility-leads) to learn more, explore other use cases, and run it yourself.