FCC License Search Scraper
Pricing
from $9.99 / 1,000 results
FCC License Search Scraper
Searches official FCC radio licenses by licensee name, FRN, or callsign and returns license ID, licensee, FRN, callsign, service, status, and expiration date. Automatically falls back to the official FCC ULS search when the License View API is unavailable, while preserving raw source data.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Searches FCC radio licenses by licensee name, FRN or callsign and returns license id, licensee, FRN, callsign, radio service, status and expiration date. The actor first tries the documented FCC License View API; because that API is currently offline (checked 2026-08), it automatically falls back to the official FCC ULS license search, which serves the same core data.
Input
| Field | Default | Description |
|---|---|---|
search_value | Verizon | Licensee name, 10-digit FRN, or callsign |
search_by | auto | auto, name, callsign or frn (auto detects: digits = FRN, short letters+digits = callsign, else name) |
max_pages | 2 | Max result pages to fetch (ULS pages hold 10 rows) |
limit | 50 | Max records to output (1–1000) |
Output example
{"license_id": "34884","licensee_name": "Verizon Corporate Services Group Inc.","frn": "0007849177","callsign": "31705FLT","category_desc": null,"service_desc": "AC","status": "Active","expiration_date": "10/10/2036","license_detail_url": "https://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=34884","source": "uls_html","raw": { "callsign": "31705FLT", "name": "...", "...": "..." }}
.