# FCC Call Sign Prefix Monitor

**Use case:** 

Monitor FCC ULS call sign prefixes and export license holder contacts, statuses, radio service codes, and expiration dates.

## Input

```json
{
  "archive": "l_paging",
  "states": [
    "CA"
  ],
  "callsignPrefix": "KAA",
  "licenseStatuses": [
    "A"
  ],
  "maxItems": 100,
  "candidateBufferMultiplier": 50
}
```

## Output

```json
{
  "callsign": {
    "label": "Call sign",
    "format": "text"
  },
  "licenseeName": {
    "label": "Licensee",
    "format": "text"
  },
  "frn": {
    "label": "FRN",
    "format": "text"
  },
  "radioServiceCode": {
    "label": "Radio service",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "grantDate": {
    "label": "Grant date",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration date",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "sourceArchive": {
    "label": "Archive",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [FCC ULS License Holder Scraper](https://apify.com/automation-lab/fcc-uls-license-holder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fcc-uls-license-holder-scraper) to learn more, explore other use cases, and run it yourself.