# US TV Station Owner Leads - FCC Ownership Data

**Use case:** 

Television station owners rolled up from FCC data with station counts, full-power totals, construction permits, states covered and lead score. Media B2B.

## Input

```json
{
  "outputMode": "owners",
  "bands": [
    "TV"
  ],
  "states": [
    "RI"
  ],
  "activeOnly": false,
  "licenseStatuses": [],
  "serviceCodes": [],
  "stationClasses": [],
  "communities": [],
  "sortBy": "leadScore",
  "maxResults": 400,
  "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.