# Scrape Colorado Airport Contacts

**Use case:** 

Export Colorado airport owner and manager contacts with Facility, Owner, Owner phone, Manager, Manager phone and Best phone. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "facilityName": {
    "label": "Facility",
    "format": "text"
  },
  "faaIdentifier": {
    "label": "FAA ID",
    "format": "text"
  },
  "state": {
    "label": "ST",
    "format": "text"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "ownerPhone": {
    "label": "Owner phone",
    "format": "text"
  },
  "managerName": {
    "label": "Manager",
    "format": "text"
  },
  "managerPhone": {
    "label": "Manager phone",
    "format": "text"
  },
  "phone": {
    "label": "Best 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.