get_broadband_by_location
Get broadband providers and availability at a specific lat/lon location.
Returns a list of broadband providers serving the location with their
advertised download/upload speeds and technology types. Includes BEAD
classification (unserved/underserved/served) based on max available speeds.
NOTE: The FCC Broadband Map API has bot protection and may reject requests.
If you get an error, the API endpoint may have changed. The FCC updates
this API frequently without notice.
Args:
latitude: Location latitude (e.g. 38.8977 for Washington DC).
longitude: Location longitude (e.g. -77.0365 for Washington DC).
technology_code: Filter by technology (0=All, 10=Copper, 40=Cable,
50=Fiber, 60=Satellite, 70=Fixed Wireless).
speed_download: Minimum download speed in Mbps (default 25).
speed_upload: Minimum upload speed in Mbps (default 3).
as_of_date: BDC filing date in YYYY-MM-DD format (default 2024-06-30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| as_of_date | No | 2024-06-30 | |
| speed_upload | No | ||
| speed_download | No | ||
| technology_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |