# Texas Antenna Tower Owner Leads - FCC Registry

**Use case:** 

Texas antenna structure owners with company name, contact person, phone, email, structure type, height above ground and registration status. CSV export.

## Input

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

## Output

```json
{
  "name": {
    "label": "Tower owner",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "structureType": {
    "label": "Structure",
    "format": "text"
  },
  "heightOverallAGLm": {
    "label": "Height (m AGL)",
    "format": "number"
  },
  "structureCity": {
    "label": "Structure city",
    "format": "text"
  },
  "structureState": {
    "label": "ST",
    "format": "text"
  },
  "registrationStatusLabel": {
    "label": "Status",
    "format": "text"
  },
  "registrationNumber": {
    "label": "ASR #",
    "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.