# FCC Licensees With Verified Email Contacts

**Use case:** 

Only FCC records that carry an email address, across towers and wireless licences, with name, phone, contact person, city, state and lead score.

## Input

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

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Owner / Licensee",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "callSign": {
    "label": "Call sign",
    "format": "text"
  },
  "registrationNumber": {
    "label": "ASR #",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "sourceUrl": {
    "label": "FCC URL",
    "format": "link"
  }
}
```

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