cloudflare-bot-directory 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.json +106 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "cloudflare-bot-directory",
|
|
3
3
|
"description": "CloudFlare Radar verified bots directory - 500+ web crawlers, search engine bots, and user agents as JSON for bot detection and traffic filtering",
|
|
4
4
|
"homepage": "https://github.com/microlinkhq/cloudflare-bot-directory",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"main": "./src/index.js",
|
|
8
8
|
"exports": {
|
package/src/index.json
CHANGED
|
@@ -897,6 +897,22 @@
|
|
|
897
897
|
"bigsur.ai (+https://www.bigsur.ai)"
|
|
898
898
|
]
|
|
899
899
|
},
|
|
900
|
+
{
|
|
901
|
+
"slug": "bigscootsmonitor",
|
|
902
|
+
"name": "BigScootsMonitor",
|
|
903
|
+
"kind": "BOT",
|
|
904
|
+
"operator": null,
|
|
905
|
+
"operatorUrl": "https://monitor.bigscoots.dev",
|
|
906
|
+
"category": "MONITORING_AND_ANALYTICS",
|
|
907
|
+
"description": "BigScoots Managed Services Monitor - Uptime",
|
|
908
|
+
"followsRobotsTxt": false,
|
|
909
|
+
"userAgentPatterns": [
|
|
910
|
+
"BigScootsMonitor"
|
|
911
|
+
],
|
|
912
|
+
"userAgents": [
|
|
913
|
+
"BigScootsMonitor Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"
|
|
914
|
+
]
|
|
915
|
+
},
|
|
900
916
|
{
|
|
901
917
|
"slug": "bigupdatabot",
|
|
902
918
|
"name": "BigUpData Bot",
|
|
@@ -1523,11 +1539,23 @@
|
|
|
1523
1539
|
"kind": "AGENT",
|
|
1524
1540
|
"operator": "Cloudflare",
|
|
1525
1541
|
"operatorUrl": "https://cloudflare.com",
|
|
1542
|
+
"category": "AI_ASSISTANT",
|
|
1543
|
+
"description": "Renders web pages in headless browsers for Cloudflare customers. Used for browser automation (screenshots, PDF generation, content extraction, etc.) and for AI agents to interact with the web. Used by Cloudflare customers via Workers bindings and REST API. Does not include the /crawl endpoint, which has a separate bot identity (Cloudflare Crawler - Signed Agent).",
|
|
1544
|
+
"followsRobotsTxt": false,
|
|
1545
|
+
"userAgentPatterns": [],
|
|
1546
|
+
"userAgents": []
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"slug": "cloudflare-browser-rendering-crawler",
|
|
1550
|
+
"name": "Cloudflare Crawler",
|
|
1551
|
+
"kind": "AGENT",
|
|
1552
|
+
"operator": "Cloudflare",
|
|
1553
|
+
"operatorUrl": "https://cloudflare.com",
|
|
1526
1554
|
"category": "AI_CRAWLER",
|
|
1527
|
-
"description": "Cloudflare Browser Rendering",
|
|
1555
|
+
"description": "The Cloudflare Crawler is a well-behaved crawler that retrieves web content. By default, it self-identifies as a bot, honors robots.txt directives, and cannot bypass CAPTCHAs or bot protection. Used by Cloudflare customers via the Browser Rendering /crawl endpoint.",
|
|
1528
1556
|
"followsRobotsTxt": false,
|
|
1529
1557
|
"userAgentPatterns": [
|
|
1530
|
-
"
|
|
1558
|
+
"CloudflareBrowserRenderingCrawler/1.0"
|
|
1531
1559
|
],
|
|
1532
1560
|
"userAgents": [
|
|
1533
1561
|
"CloudflareBrowserRenderingCrawler/1.0"
|
|
@@ -1597,6 +1625,22 @@
|
|
|
1597
1625
|
"Cloudflare-Healthchecks"
|
|
1598
1626
|
]
|
|
1599
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
"slug": "cloudflare-observatory-curly",
|
|
1630
|
+
"name": "Cloudflare Observatory Curly",
|
|
1631
|
+
"kind": "BOT",
|
|
1632
|
+
"operator": "Cloudflare",
|
|
1633
|
+
"operatorUrl": "https://developers.cloudflare.com/speed/observatory/",
|
|
1634
|
+
"category": "MONITORING_AND_ANALYTICS",
|
|
1635
|
+
"description": "Synthetic network probes for HTTP timing measurements (TCP, TLS, TTFB). Measures connection timing for customer-owned URLs.",
|
|
1636
|
+
"followsRobotsTxt": false,
|
|
1637
|
+
"userAgentPatterns": [
|
|
1638
|
+
"curly-"
|
|
1639
|
+
],
|
|
1640
|
+
"userAgents": [
|
|
1641
|
+
"curly-*"
|
|
1642
|
+
]
|
|
1643
|
+
},
|
|
1600
1644
|
{
|
|
1601
1645
|
"slug": "cloudflare-prefetch",
|
|
1602
1646
|
"name": "Cloudflare Prefetch",
|
|
@@ -2536,6 +2580,22 @@
|
|
|
2536
2580
|
"easyDNS Monitoring ( http://easyurl.net/monitoring )"
|
|
2537
2581
|
]
|
|
2538
2582
|
},
|
|
2583
|
+
{
|
|
2584
|
+
"slug": "easyscan",
|
|
2585
|
+
"name": "EasyScan",
|
|
2586
|
+
"kind": "AGENT",
|
|
2587
|
+
"operator": "codire GmbH",
|
|
2588
|
+
"operatorUrl": "https://www.it-recht-kanzlei.de/website-scanner-fuer-mandanten.php",
|
|
2589
|
+
"category": "AI_ASSISTANT",
|
|
2590
|
+
"description": "Automated scanning service that reviews online content on behalf of end users to identify potential legal issues.",
|
|
2591
|
+
"followsRobotsTxt": false,
|
|
2592
|
+
"userAgentPatterns": [
|
|
2593
|
+
"EasyScan"
|
|
2594
|
+
],
|
|
2595
|
+
"userAgents": [
|
|
2596
|
+
"EasyScan/1.0"
|
|
2597
|
+
]
|
|
2598
|
+
},
|
|
2539
2599
|
{
|
|
2540
2600
|
"slug": "echoboxbot",
|
|
2541
2601
|
"name": "Echobot Bot",
|
|
@@ -3594,6 +3654,22 @@
|
|
|
3594
3654
|
"HetrixTools Uptime Monitoring Bot. https://hetrix.tools/uptime-monitoring-bot.html"
|
|
3595
3655
|
]
|
|
3596
3656
|
},
|
|
3657
|
+
{
|
|
3658
|
+
"slug": "hey-email-privacy-proxy-2",
|
|
3659
|
+
"name": "HEY Email Privacy Proxy",
|
|
3660
|
+
"kind": "BOT",
|
|
3661
|
+
"operator": null,
|
|
3662
|
+
"operatorUrl": "https://www.hey.com/spy-trackers/",
|
|
3663
|
+
"category": "PAGE_PREVIEW",
|
|
3664
|
+
"description": "HEY email stops spy pixels and prevents user IP tracking by proxying all HTML email images, fonts, and external assets",
|
|
3665
|
+
"followsRobotsTxt": false,
|
|
3666
|
+
"userAgentPatterns": [
|
|
3667
|
+
"hey.com/imageproxy"
|
|
3668
|
+
],
|
|
3669
|
+
"userAgents": [
|
|
3670
|
+
"hey.com/imageproxy Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
|
|
3671
|
+
]
|
|
3672
|
+
},
|
|
3597
3673
|
{
|
|
3598
3674
|
"slug": "hifibot",
|
|
3599
3675
|
"name": "HIFIBot",
|
|
@@ -4079,6 +4155,18 @@
|
|
|
4079
4155
|
"Mozilla/5.0 (compatible; heritrix/3.4.0 +https://www.kb.dk/netarkivindsamling/) Firefox/57"
|
|
4080
4156
|
]
|
|
4081
4157
|
},
|
|
4158
|
+
{
|
|
4159
|
+
"slug": "kernel",
|
|
4160
|
+
"name": "Kernel",
|
|
4161
|
+
"kind": "AGENT",
|
|
4162
|
+
"operator": null,
|
|
4163
|
+
"operatorUrl": "https://www.kernel.sh/docs",
|
|
4164
|
+
"category": "AI_ASSISTANT",
|
|
4165
|
+
"description": "Kernel is a browsers as a service platform that enables AI agents to browse the internet.",
|
|
4166
|
+
"followsRobotsTxt": false,
|
|
4167
|
+
"userAgentPatterns": [],
|
|
4168
|
+
"userAgents": []
|
|
4169
|
+
},
|
|
4082
4170
|
{
|
|
4083
4171
|
"slug": "kinsta-bot",
|
|
4084
4172
|
"name": "Kinsta",
|
|
@@ -8393,6 +8481,22 @@
|
|
|
8393
8481
|
"YokoyGroupAG/1.0"
|
|
8394
8482
|
]
|
|
8395
8483
|
},
|
|
8484
|
+
{
|
|
8485
|
+
"slug": "youbot",
|
|
8486
|
+
"name": "YouBot",
|
|
8487
|
+
"kind": "BOT",
|
|
8488
|
+
"operator": null,
|
|
8489
|
+
"operatorUrl": "https://docs.you.com/youbot",
|
|
8490
|
+
"category": "SEARCH_ENGINE_CRAWLER",
|
|
8491
|
+
"description": "You.com Search Engine Crawler",
|
|
8492
|
+
"followsRobotsTxt": false,
|
|
8493
|
+
"userAgentPatterns": [
|
|
8494
|
+
"YouBot"
|
|
8495
|
+
],
|
|
8496
|
+
"userAgents": [
|
|
8497
|
+
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; YouBot/1.0; +https://docs.you.com/youbot; env:prod) Chrome/X.X.X.X Safari/537.36"
|
|
8498
|
+
]
|
|
8499
|
+
},
|
|
8396
8500
|
{
|
|
8397
8501
|
"slug": "zapier",
|
|
8398
8502
|
"name": "Zapier",
|