# California FCC Licenses Scraper

**Use case:** 

Pull FCC license records for California with call signs, holders, and status. Structured data for telecom and broadcast research.

## Input

```json
{
  "maxItems": 5,
  "state": "CA"
}
```

## Output

```json
{
  "callSign": {
    "label": "Call Sign",
    "format": "text"
  },
  "licenseId": {
    "label": "License Id",
    "format": "number"
  },
  "licenseName": {
    "label": "License Name",
    "format": "text"
  },
  "frns": {
    "label": "Frns",
    "format": "number"
  },
  "applicationStatus": {
    "label": "Application Status",
    "format": "text"
  },
  "statusDate": {
    "label": "Status Date",
    "format": "text"
  },
  "fileNumber": {
    "label": "File Number",
    "format": "number"
  },
  "applicationReceiptDate": {
    "label": "Application Receipt Date",
    "format": "text"
  },
  "expiredDate": {
    "label": "Expired Date",
    "format": "text"
  },
  "locationName": {
    "label": "Location Name",
    "format": "text"
  },
  "locationCity": {
    "label": "Location City",
    "format": "text"
  },
  "locationState": {
    "label": "Location State",
    "format": "text"
  },
  "locationCounty": {
    "label": "Location County",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [FCC Licenses Scraper | ULS 3650 Wireless Database Export](https://apify.com/parseforge/fcc-licenses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fcc-licenses-scraper) to learn more, explore other use cases, and run it yourself.