UnifyAPI
← Back to catalog

spending.awards

mock data$0.001 / call

Federal 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).

Financeprovider: Spending#spending#finance

Input schema

limit

Number of results to return (1-25, default 10)

integer
keywordrequired

Search keyword for federal awards (e.g. "artificial intelligence", "cybersecurity", company name)

string
award_type

Filter by award type: contracts, grants, or all (default: all)

string
fiscal_year

Fiscal year to filter (e.g. 2025). Default: current year.

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.