Skip to content

Commit b0b1c10

Browse files
committed
[Radar] Mention new crawlers endpoints in both release notes and changelog
1 parent 349a6ac commit b0b1c10

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Web Crawler Insights in Cloudflare Radar
3+
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/...).

src/content/release-notes/radar.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ productLink: "/radar/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-06-03"
9+
title: Add web crawlers endpoints
10+
description: |-
11+
* Added [web crawlers endpoints](/api/resources/radar/subresources/bots/subresources/crawlers/).
812
- publish_date: "2025-03-20"
913
title: Endpoint deprecations and new BGP real-time routes endpoint
1014
description: |-

0 commit comments

Comments
 (0)