# Scrape FBO Fuel Airport Contacts

**Use case:** 

Build an FBO prospect list of fueled airports with Facility, FAA ID, ST, Owner phone, Manager phone, Best phone and Lead score. Ready-to-use contact list.

## Input

```json
{
  "outputMode": "facilities",
  "states": [
    "WY"
  ],
  "facilityTypes": [
    "AIRPORT"
  ],
  "publicUseOnly": false,
  "activeOnly": true,
  "hasFuelOnly": true,
  "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.