ai-crawler-index
收藏资源简介:
该数据集名为“AI Crawler Index”,是一个独立、非商业的自动化项目,旨在整理网络爬虫和AI用户代理的信息。它记录了来自74个运营商的150个网络爬虫和AI用户代理,包括每个爬虫的身份、robots.txt标记、用户代理子串、是否遵守robots.txt、验证方法、用途描述以及阻止它的成本。此外,数据集还包含从15个运营商发布的IP范围文件中收集的3049个前缀(1987个IPv4和1062个IPv6),以及编译的用户代理正则表达式。数据集中每个爬虫都按类别划分,包括AI训练、AI搜索、用户触发获取、语料库/数据集构建、搜索引擎、SEO/反向链接、存档、链接预览、工具/框架等。所有信息均可追溯至运营商发布的文档,且数据集采用CC0-1.0许可,无需署名。数据集以CSV和JSON格式提供,并可通过Hugging Face Datasets库加载,包含crawlers、ip_ranges和ua_patterns三个配置。
The dataset named "AI Crawler Index" is an independent, non-commercial automated project aimed at organizing information about web crawlers and AI user agents. It records 150 web crawlers and AI user agents from 74 operators, including each crawlers identity, robots.txt tag, user agent substring, compliance with robots.txt, verification method, purpose description, and cost of blocking it. Additionally, the dataset contains 3049 prefixes (1987 IPv4 and 1062 IPv6) collected from IP range files published by 15 operators, along with compiled user agent regular expressions. Each crawler in the dataset is categorized into types including AI training, AI search, user-triggered fetching, corpus/dataset construction, search engines, SEO/backlinks, archiving, link previews, tools/frameworks, etc. All information is traceable to operator-published documents, and the dataset is licensed under CC0-1.0, requiring no attribution. The dataset is available in CSV and JSON formats and can be loaded via the Hugging Face Datasets library, containing three configurations: crawlers, ip_ranges, and ua_patterns.
AI Crawler Index 数据集概述
数据来源
来源地址:https://huggingface.co/datasets/pathwren/ai-crawler-index
许可证:CC0-1.0(公有领域奉献)
语言:英语
标签:网络爬虫、AI代理、robots.txt、机器人检测、IP范围、时间序列
核心内容
该数据集收录了 来自74家运营商的150个网络爬虫和AI用户代理,每条记录包含:该爬虫的用途、阻止其访问的代价、运营商公布的IP范围,以及编译好的用户代理正则表达式。数据集还汇总了15个运营商公布的1987个IPv4和1062个IPv6前缀。
数据规模
- 样本量:1K-10K
- 标注方式:机器生成
- 数据来源:原始数据
数据集配置
| 配置名称 | 数据文件 | 说明 |
|---|---|---|
crawlers |
crawlers.csv | 150条爬虫记录(当前快照) |
ip_ranges |
ip_ranges.csv | 3049条IP前缀记录(含来源) |
ua_patterns |
ua_patterns.csv | 150条匹配表记录 |
crawlers_history |
snapshots/crawlers-*.csv | 每日快照(历史时间序列) |
daily_totals |
history/daily_totals.csv | 每日统计汇总(目前1天) |
爬虫分类
- AI训练爬虫:批量采集页面用于模型训练
- AI搜索爬虫:构建检索索引供AI助手引用,此类爬虫可带来流量
- 用户触发抓取:因用户实时请求而抓取单个页面
- 语料与数据集构建者:将网页爬取为数据集供他人训练
- 搜索引擎:传统索引排序爬虫
- SEO与反向链接爬虫:商业链接图谱工具
- 存档爬虫:永久性公共存档
- 链接预览抓取:读取Open Graph标签
- 工具与框架:可执行爬虫软件,非运营商
文件构成
agents.json:嵌套完整记录(含分类描述和逐爬虫说明)ua-regex.json:编译好的不区分大小写正则(all、ai_only、每个分类一个)ip-ranges-all.json:完整IP前缀联合(含运营商URL与抓取时间)provenance.json:完整来源库(含URL与抓取时间)live_api.py:约40行加载器代码
更新与维护
- 快照约每6小时刷新一次
- 自2026-09-05起每个UTC日生成独立快照文件且永不被覆盖
- 数据随时间逐日增长,不删除任何记录(当前仅1天)
数据特性说明
- 用户代理匹配是“声明而非证明”——
verification_method列列明运营商支持的范围(IP范围/反向DNS/无验证) respects_robots_txt字段反映的是“运营商文档所描述”,并非实际测量- 每条记录的
last_reviewed表示最近从来源重建的时间,并非人工审计日期 provenance.json详细记载所有事实的可追溯来源(运营商文档URL和IP源URL)





