You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Expanded visibility into crawler and referral activity with new Radar API endpoints.
4
+
products:
5
+
- radar
6
+
date: 2025-06-03T14:00:00Z
7
+
---
8
+
9
+
[**Radar**](/radar/) now offers expanded insights into web crawlers, giving you greater visibility into aggregated trends in crawl and refer activity.
10
+
11
+
We have now introduced the following endpoints:
12
+
13
+
-[`summary`](/api/resources/radar/subresources/bots/subresources/crawlers/subresources/summary/): Returns an overview of crawler HTTP request distributions across key dimensions.
14
+
-[`timeseries_group`](/api/resources/radar/subresources/bots/subresources/crawlers/subresources/timeseries_groups/): Provides time-series data on crawler request distributions across the same dimensions.
15
+
16
+
These endpoints allow analysis across the following dimensions:
17
+
18
+
-`user_agent`: Parsed data from the `User-Agent header.
19
+
-`referer`: Parsed data from the `Referer` header.
20
+
-`crawl_refer_ratio`: Ratio of HTML page crawl requests to HTML page referrals by platform.
21
+
22
+
23
+
Learn more about the new Radar crawler insights in our [blog post](https://blog.cloudflare.com/...).
0 commit comments