Government Contract Awards
US federal contract award intelligence from USASpending
Government procurement dataset built from USASpending.gov award feeds. Search by agency and value, inspect single-award details, and analyze top vendors by obligated spend for market intelligence, policy analysis, and sales targeting.
x402 API — $0.018-$0.03/query, $179.99 export Snowflake — $0.027-$0.045/query Databricks — $0.0216-$0.036/query
Use cases
- ✓ Federal procurement market sizing
- ✓ Agency-specific vendor intelligence
- ✓ Competitive analysis and bid strategy
- ✓ Spend concentration monitoring
- ✓ Historical contract trend analytics
Response fields
| Field | Type | Description |
|---|---|---|
| award_id | string | Unique award identifier |
| piid | string | Procurement instrument identifier |
| agency_name | string | Awarding agency name |
| agency_code | string | Awarding agency code |
| vendor_name | string | Recipient/vendor name |
| award_amount | number | Award amount in USD |
| start_date | string | Award start date |
| end_date | string | Award end date |
| naics_code | string | Industry NAICS code |
| product_or_service_code | string | PSC category code |
Example queries
Search large DOD awards
GET /api/v1/contracts?agency=DOD&min_amount=1000000 Returns contract awards by agency and minimum amount
Single award lookup
GET /api/v1/contracts/{award_id} Returns full details for one contract award
Top vendors by spend
GET /api/v1/contracts/top-vendors?agency=DOD&limit=20 Aggregates highest-spend vendors for an agency
Bulk export
GET /api/v1/contracts/export Returns downloadable Parquet links