← Back to catalog
spending.awards
mock data$0.001 / callFederal Award Search
Search 60M+ US federal contract and grant awards by keyword, recipient, or NAICS code. Returns award amount, recipient, agency, dates, and description. Sorted by amount descending. Source: USAspending.gov (DATA Act mandate, US Gov open data).
Input schema
limit
integerNumber of results to return (1-25, default 10)
keywordrequired
stringSearch keyword for federal awards (e.g. "artificial intelligence", "cybersecurity", company name)
award_type
stringFilter by award type: contracts, grants, or all (default: all)
fiscal_year
integerFiscal year to filter (e.g. 2025). Default: current year.
Call via REST
curl -X POST https://unifyapi.pro/api/call/spending.awards \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"keyword":"<keyword>","award_type":"<award_type>","fiscal_year":0}'