# US Radio & TV Station Owner Leads - FCC

**Use case:** 

Roll up the FCC databases into station owners with station counts by band, full-power totals, state coverage, max power and lead score. Media sales leads.

## Input

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

## Output

```json
{
  "licenseeName": {
    "label": "Owner / group",
    "format": "text"
  },
  "stationCount": {
    "label": "Stations",
    "format": "number"
  },
  "amStations": {
    "label": "AM",
    "format": "number"
  },
  "fmStations": {
    "label": "FM",
    "format": "number"
  },
  "tvStations": {
    "label": "TV",
    "format": "number"
  },
  "fullPowerStations": {
    "label": "Full power",
    "format": "number"
  },
  "constructionPermits": {
    "label": "CPs",
    "format": "number"
  },
  "stateCount": {
    "label": "# states",
    "format": "number"
  },
  "maxErpKw": {
    "label": "Max ERP (kW)",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## 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.