# US Land Mobile Radio Licensee Leads - FCC ULS

**Use case:** 

Export commercial land-mobile radio licensees from the FCC ULS with licensee name, FRN, call sign, radio service, grant date, city, state and contacts.

## Input

```json
{
  "sources": [
    "landMobileCommercial"
  ],
  "states": [
    "TX"
  ],
  "activeOnly": true,
  "businessOwnersOnly": false,
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "maxResults": 500,
  "sortBy": "newest",
  "deduplicateResults": true,
  "includeRawFields": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Licensee",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "frn": {
    "label": "FRN",
    "format": "text"
  },
  "callSign": {
    "label": "Call sign",
    "format": "text"
  },
  "radioServiceLabel": {
    "label": "Radio service",
    "format": "text"
  },
  "licenseStatusLabel": {
    "label": "Status",
    "format": "text"
  },
  "grantDate": {
    "label": "Granted",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

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