Cloudflare Radar — Internet Traffic, DNS, BGP & DDoS Trends avatar

Cloudflare Radar — Internet Traffic, DNS, BGP & DDoS Trends

Pricing

from $1.00 / 1,000 item trackeds

Go to Apify Store
Cloudflare Radar — Internet Traffic, DNS, BGP & DDoS Trends

Cloudflare Radar — Internet Traffic, DNS, BGP & DDoS Trends

Fetch global internet traffic trends, DNS query stats, BGP routing data, and HTTP protocol adoption from Cloudflare Radar's public API. Track top ASNs, country-level traffic patterns, outage detection, and Layer 3/4 DDoS attack trends. No API key required for basic endpoints.

Pricing

from $1.00 / 1,000 item trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Categories

Share

What does Cloudflare Radar Tracker do?

Cloudflare Radar Tracker fetches global internet traffic data, BGP routing events, DNS query statistics, HTTP protocol adoption metrics, and DDoS attack trends from the Cloudflare Radar public API and complementary sources (Cloudflare Status, RIPE NCC Stat). Run it with no configuration to get Cloudflare outage and incident data immediately, or add a free Cloudflare API token to unlock device split ratios, protocol adoption percentages, top queried domains, and BGP route leak events — all filterable by country and time window.

Why use Cloudflare Radar Tracker?

A single structured feed for the internet's pulse — covering outages, protocol shifts, and routing anomalies that affect every connected business:

  • Network operations and SRE alerting — schedule hourly runs and trigger alerts when traffic_anomalies reports new Cloudflare incidents affecting your region, before your monitoring stack catches upstream latency degradation.
  • Protocol adoption benchmarking — track HTTP/3 (QUIC) and HTTP/2 adoption curves over time by country to benchmark your own infrastructure against global internet traffic data trends and plan upgrade timelines.
  • BGP security and threat intelligence — monitor BGP route leaks and hijack events from the bgp_events metric to detect routing anomalies that could affect your network reachability or third-party dependencies.
  • Traffic pattern research — compare mobile vs. desktop HTTP traffic ratios across countries to inform CDN configuration, responsive design priorities, and regional product decisions.
  • DDoS trend monitoring — the DDoS attack trends surfaced via Cloudflare Radar provide a global view of Layer 3/4 attack volume and target distribution, useful for threat modeling and insurance reporting.

How to use Cloudflare Radar Tracker

  1. Open the actor on Apify — it works immediately without any API key for outage and ASN data.
  2. (Optional but recommended) Get a free Cloudflare API token: go to dash.cloudflare.com → My Profile → API Tokens → Create Token → select the Cloudflare Radar Read template → copy the token.
  3. Paste the token into the cloudflareApiToken input field to unlock enhanced metrics.
  4. Set dateRange (1d, 7d, 14d, or 28d) and optionally a country ISO code.
  5. Select which metrics to fetch, or leave empty to fetch all available metrics.
  6. Click Run — results appear in the dataset within seconds.

Input

FieldTypeDefaultDescription
dateRangestring7dTime window: 1d, 7d, 14d, or 28d
countrystring(global)ISO 2-letter country code, e.g. US, DE, KR — omit for global data
metricsarrayall coreMetric types to fetch (see table below)
cloudflareApiTokenstring(none)Optional free Cloudflare API token for enhanced data

Available metrics and their auth requirements:

MetricSourceAPI Token Required?
traffic_anomaliesCloudflare Status / RadarNo (fallback) / Yes (primary)
device_splitCloudflare Radar v4Yes
protocol_adoptionCloudflare Radar v4Yes
top_domainsCloudflare Radar v4Yes
bgp_eventsCloudflare Radar v4 / RIPE NCCYes / No (fallback)
top_asnsRIPE NCC Stat APINo

Output

Each row represents one metric/data point. Mixed metric types are returned in the same dataset run:

[
{
"report_type": "device_split",
"metric": "mobile",
"value": 62.4,
"unit": "percent",
"period": "7d",
"country": "GLOBAL",
"trend_7d": null,
"fetched_at": "2026-09-02T05:00:00+00:00"
},
{
"report_type": "traffic_anomalies",
"metric": "incident",
"name": "Cloudflare Workers Issues in Narita",
"impact": "minor",
"status": "resolved",
"started_at": "2026-09-02T01:02:41.000Z",
"resolved_at": "2026-09-02T02:24:25.688Z",
"affected_components": ["Workers", "Asia - Tokyo, Japan - (NRT)"]
}
]

Data fields

FieldDescription
report_typeMetric category: device_split, traffic_anomalies, protocol_adoption, top_domains, bgp_events, or top_asns
metricSpecific sub-metric within the report type (e.g. mobile, incident, http3)
valueNumeric value where applicable (null for categorical records)
unitUnit of measurement (percent, count, etc.)
periodTime window of the data (1d, 7d, 14d, 28d)
countryCountry filter applied (GLOBAL if no country specified)
fetched_atISO 8601 timestamp of when the data was fetched
nameIncident or domain name (for traffic_anomalies and top_domains)
impactSeverity for incidents: minor, major, critical
statusIncident status: resolved, investigating, identified
asnAutonomous System Number (for top_asns and bgp_events)
holderASN owner name (for top_asns)

Cost estimation

ScenarioRows returnedEstimated Cost
Outage monitoring only (no token)5–20$0.03–$0.10
All 6 metrics, 7-day window30–60$0.15–$0.30
All metrics, 28-day window40–80$0.20–$0.40
Daily scheduled run (all metrics)~50 rows/day~$0.25/day

Pricing: $0.005 per report row returned (Pay-Per-Event).

No proxy required — all data sources are public APIs with generous rate limits. Cloudflare Radar API allows 100,000 requests/day on the free tier.

FAQ

Can I use this without a Cloudflare API token? Yes — without a token, the actor returns Cloudflare outage and incident data from the public cloudflarestatus.com API, plus BGP activity and ASN overview data from RIPE NCC. Adding a free Cloudflare token unlocks device split, protocol adoption, top domains, and enhanced BGP events.

How do I filter for a specific country? Set the country field to a 2-letter ISO country code (e.g. US, KR, DE, JP). The top_domains and device_split metrics will then return country-specific data where available. top_asns data is always global.

How current is the incident data? The traffic_anomalies feed reflects incidents from the past 30 days and is updated in near real-time by Cloudflare. For live alerting workflows, schedule the actor to run every hour and compare started_at timestamps to the previous run's output to detect new incidents.


Disclaimer: This actor is not affiliated with or endorsed by Cloudflare, Inc. or RIPE NCC. It accesses public APIs provided by these organizations under their respective terms of service. Cloudflare Radar data is subject to Cloudflare's API usage terms. Users are responsible for obtaining their own Cloudflare API token and complying with applicable rate limits and terms.

Keywords: Cloudflare Radar tracker, internet traffic data, DDoS attack trends, BGP routing events, protocol adoption, HTTP/3 monitoring, network outage detection, Cloudflare status, RIPE NCC, ASN overview


  • GitHub CI Monitor — DORA metrics for DevOps engineering teams alongside network reliability tracking
  • Docker Hub Image Tracker — Container pull trends that correlate with internet infrastructure usage
  • npm Package Trends — JavaScript package adoption tracking alongside HTTP protocol trends from Cloudflare

Feedback

If this actor helps your infrastructure monitoring, a review helps others find it: Leave a review on Apify Store