fcc_licenses_search
Who just got a new or modified FCC wireless license (a buildout tell)? Search the FCC ULS license transactions (microwave, land-mobile private/commercial, paging, broadcast-aux) by licensee company, call sign, radio_service, service_group, state, city, status, applicant_type, FRN, grant date (granted_since), or last-action date (since). Returns the license, its entity-resolved licensee, radio service, status, and dates. FCC public-domain records. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frn | No | FCC Registration Number(s), CSV. | |
| city | No | Premise city fragment. | |
| sort | No | grant_date | last_action_date | call_sign :asc|:desc. Default last_action_date:desc. | |
| limit | No | Max rows (default 25, cap 100). | |
| since | No | Last-action date on/after this date (YYYY-MM-DD) — recent transactions. | |
| state | No | Premise state code(s), CSV. | |
| offset | No | Rows to skip. | |
| status | No | License status code(s), CSV (A = active). | |
| company | No | Licensee company/agency name — suffix/punctuation-insensitive. | |
| call_sign | No | Call sign(s), CSV. | |
| entity_id | No | Resolved licensee entity UUID (pivots to business360). | |
| granted_since | No | Grant date on/after this date (YYYY-MM-DD) — surfaces new license grants. | |
| radio_service | No | FCC radio service code(s), CSV (e.g. MW microwave, IG industrial/business, PW public safety). | |
| service_group | No | microwave | land-mobile-private | land-mobile-commercial | paging | land-mobile-broadcast-aux (CSV). | |
| applicant_type | No | Applicant type code(s), CSV (B business, C corp, G govt, I individual, L limited-liability, P partnership). |