# FCC ULS Search for Amateur Licenses

**Use case:** 

Search FCC Universal Licensing System records for amateur radio service licenses and return up to 10 results.

## Input

```json
{
  "target": "licenses",
  "matchType": "partial",
  "maxItems": 10,
  "lookbackDays": 7,
  "activityMaxItems": 100,
  "coordinates": [
    "White House | 38.8977, -77.0365",
    "Golden Gate Bridge | 37.8199, -122.4783"
  ],
  "radioServiceCode": "AM"
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "text"
  },
  "callSign": {
    "label": "Call sign",
    "format": "text"
  },
  "licenseeName": {
    "label": "Licensee / applicant",
    "format": "text"
  },
  "eventType": {
    "label": "Event type",
    "format": "text"
  },
  "eventDate": {
    "label": "Event date",
    "format": "date"
  },
  "radioServiceCode": {
    "label": "Service",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration date",
    "format": "date"
  },
  "frequenciesMhz": {
    "label": "Frequencies (MHz)",
    "format": "array"
  },
  "label": {
    "label": "Coordinate label",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "censusBlock": {
    "label": "Census block",
    "format": "text"
  },
  "censusTract": {
    "label": "Census tract",
    "format": "text"
  },
  "countyName": {
    "label": "County",
    "format": "text"
  },
  "stateCode": {
    "label": "State",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Official source",
    "format": "link"
  }
}
```

## About this Actor

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