# US FM Radio Station Directory - FCC Data

**Use case:** 

Export every licensed US FM radio station with call sign, frequency, class, community of license, market, state and licensee. Complete FCC directory.

## Input

```json
{
  "outputMode": "stations",
  "bands": [
    "FM"
  ],
  "states": [
    "RI"
  ],
  "activeOnly": true,
  "licenseStatuses": [],
  "serviceCodes": [],
  "stationClasses": [],
  "communities": [],
  "sortBy": "leadScore",
  "maxResults": 800,
  "includeRawFields": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "callSign": {
    "label": "Call sign",
    "format": "text"
  },
  "band": {
    "label": "Band",
    "format": "text"
  },
  "serviceLabel": {
    "label": "Service",
    "format": "text"
  },
  "frequencyDisplay": {
    "label": "Frequency",
    "format": "text"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "stationClass": {
    "label": "Class",
    "format": "text"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "state": {
    "label": "ST",
    "format": "text"
  },
  "licenseeName": {
    "label": "Licensee / owner",
    "format": "text"
  },
  "licenseStatusLabel": {
    "label": "Status",
    "format": "text"
  },
  "erpKw": {
    "label": "ERP (kW)",
    "format": "number"
  },
  "facilityId": {
    "label": "Facility ID",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "sourceUrl": {
    "label": "FCC",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FCC Broadcast Station & Owner Leads Scraper](https://apify.com/scrapesage/fcc-broadcast-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/fcc-broadcast-scraper) to learn more, explore other use cases, and run it yourself.