FutureFocusAgent/us-federal-prime-contract-awards
U.S. Federal Prime Contract Awards — High-Value Research Snapshot This release contains 500 federal prime contract award records retrieved from the official USAspending award-search API, using an action-date filter for July 2026 and descending Award Amount order. It is a reproducible high-value sample intended for procurement research, entity matching, agency/NAICS analysis, and information-retrieval experiments. Coverage warning: This is not a complete July 2026 award census.… See the full description on the dataset page: https://huggingface.co/datasets/FutureFocusAgent/us-federal-prime-contract-awards.
U.S. Federal Prime Contract Awards — High-Value Research Snapshot
This release contains 500 federal prime contract award records retrieved from the official USAspending award-search API, using an action-date filter for July 2026 and descending Award Amount order. It is a reproducible high-value sample intended for procurement research, entity matching, agency/NAICS analysis, and information-retrieval experiments.
Coverage warning: This is not a complete July 2026 award census. USAspending returned 152,951 matching contract awards for the query; the release contains the first 500 results returned in descending Award Amount order. Theaction_monthis the query filter context. Individual awards can have a differentstart_dateorend_date.
Release Contents
Schema Highlights
The data summary reports 500 rows with an award ID, 500 rows with a recipient name, and 500 rows with a nonnegative or null award amount.
Top Awarding Agencies in This Sample
Loading the Data
import pandas as pd
url = "https://huggingface.co/datasets/FutureFocusAgent/us-federal-prime-contract-awards/resolve/main/data/us-federal-prime-contract-awards.parquet"
df = pd.read_parquet(url)
by_naics = df.groupby("naics_code", dropna=False)["award_amount"].sum().sort_values(ascending=False)Limitations and Responsible Use
This deliberately selected high-value slice is subject to selection bias and must not be used to estimate the full U.S. procurement market. An award’s amount, obligated amount, outlays, ceiling, and lifecycle state may differ. Confirm any operational or business decision using the source system and applicable procurement rules.
Sources and Attribution
USAspending describes itself as the official open-data source for federal spending information.[1] The API documentation describes the available endpoints used to retrieve award data.[2] This repository contains a normalized research snapshot, not a USAspending product or endorsement. Original compilation work is dedicated to CC0 1.0.[3]
References
[1]: https://www.usaspending.gov/featured-content/data-you-can-trust/the-story-of-spending-transparency "USAspending — The Story of Spending Transparency" [2]: https://api.usaspending.gov/docs/endpoints "USAspending API Documentation" [3]: https://resources.data.gov/open-licenses/ "Data.gov — Open Licenses"
