government-tenders-contract-awards-dataset
收藏资源简介:
该数据集收录了美国政府联邦(SAM.gov)及全球多个政府采购门户的招标公告与合同授予记录。数据集分为三个层级:S级包含1,046,568条美国联邦记录,M级包含5,956,897条全球关联记录,L级包含11,453,832条完整记录。数据以四个配置(events、links、notices、suppliers)提供,每条记录涵盖招标信息、合同授予、供应商关联等字段。数据字典、数据表和质量评估报告随包提供。适用于政府供应商销售情报、公共支出分析、竞争对手合同追踪、市场进入研究等场景。数据集采用CC BY-NC 4.0许可(学术/个人使用,需署名并回链),商业用途需获取DataForge商业许可。
This dataset contains tender announcements and contract award records from the U.S. federal government (SAM.gov) and multiple global government procurement portals. The dataset is divided into three tiers: Tier S includes 1,046,568 U.S. federal records, Tier M includes 5,956,897 globally related records, and Tier L includes 11,453,832 complete records. Data is provided in four configurations (events, links, notices, suppliers), with each record covering fields such as tender information, contract awards, and supplier associations. Data dictionaries, data tables, and quality assessment reports are provided with the package. It is suitable for scenarios such as government supplier sales intelligence, public expenditure analysis, competitor contract tracking, and market entry research. The dataset is licensed under CC BY-NC 4.0 (academic/personal use, requires attribution and backlink), and commercial use requires obtaining a commercial license from DataForge.
数据集概述
政府招标与合同授予(美国联邦 + 全球门户) 是一个公开的采购数据集,涵盖美国联邦(SAM.gov)及全球多个国家的政府采购公告和合同授予记录。该数据集由 DataForge Open Data 项目提供,分为三个层级(S/M/L),数据规模从约 105 万行到 1145 万行不等。
数据规模与分层
| 层级 | 文件名 | 行数 | 大小 |
|---|---|---|---|
| S | tenders-tier1-S-2026-08-02.zip | 1,046,568 | 645.4 MB |
| M | tenders-tier2-M-2026-08-02.zip | 5,956,897 | 969.7 MB |
| L | tenders-tier3-L-2026-08-02.zip | 11,453,832 | 2.16 GB |
不同层级的内容差异:
- S 级:仅包含美国联邦(SAM.gov)的机会和合同授予记录。
- M 级:包含全球多个门户的合同授予记录,并关联供应商信息。
- L 级:包含全部门户和所有合同关联的完整数据包。
数据配置与格式
数据集提供四个配置(config),均采用 Parquet 格式存储:
events:事件数据(1 个文件)links:关联数据(1 个文件)notices:公告数据(3 个文件)suppliers:供应商数据(1 个文件)
可通过 Hugging Face datasets 库加载,示例代码如下:
python from datasets import load_dataset
ds = load_dataset("zalizedata/government-tenders-contract-awards-dataset", "events", split="train") print(ds[0])
适用场景
- 政府供应商的销售情报分析
- 公共支出分析
- 竞争对手合同跟踪
- 市场进入研究
数据来源与方法
数据来源于 SAM.gov 官方合同机会公告以及其他国家官方采购门户。每个数据包内包含完整的数据字典(DATA-DICTIONARY.md)、数据说明(DATASHEET.md)和质量检查(QA)报告。
许可与使用条款
该数据集采用双重许可:
- 学术/个人用途:遵循 CC BY-NC 4.0 许可,需注明出处并回链至 DataForge(https://data.zalize.com)。
- 商业用途:需获得 DataForge 商业许可(https://data.zalize.com/datasets)。
上游数据许可条款仍然适用于底层数据。
引用信息
建议引用格式:
text DataForge (data.zalize.com), built from official government procurement data — https://data.zalize.com/datasets/government-tenders-contract-awards-dataset
此外,数据集有 Zenodo DOI(10.5281/zenodo.21813308)和 GitHub Release 镜像(https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-us-federal-tenders)。
下载与镜像
原始压缩包(含文档、数据、校验和)保留在 archive/ 目录下,同时也在以下地址提供镜像:
- https://dl.zalize.com/open-data
- 各压缩包的 Hugging Face 直链(见 README 中的
resolve/main/archive/路径)
相关数据集
该数据集属于“政府支出与采购”系列,其他相关数据集包括:
- US Federal Awards & Spending (USAspending):https://huggingface.co/datasets/zalizedata/us-federal-awards-usaspending-dataset
- Global Public Procurement Notices & Awards (TED + OCDS):https://huggingface.co/datasets/zalizedata/global-public-procurement-ted-ocds-dataset
- US Research Grants (NIH + NSF):https://huggingface.co/datasets/zalizedata/us-research-grants-nih-nsf-dataset
- Global Development Aid Activities & Transactions (IATI):https://huggingface.co/datasets/zalizedata/global-aid-activities-iati-dataset
完整目录(25 个数据集)可在 https://data.zalize.com/open-data 查看,所有 Hugging Face 仓库见 https://huggingface.co/zalizedata。




