Get federal awards (USAspending)
get_awardsFederal spending awards from USAspending.gov — contracts, grants, loans, and direct payments — normalized into flat JSON. Each carries the award id, recipient, amount, awarding agency, type, dates, place of performance, description, and the usaspending.gov link. Pick one category per call; leave dates off for the last year. Pairs with get_opportunities: the SAM solicitation, then who won the awards here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Action-date end, YYYY-MM-DD (default: today). | |
| page | No | Page number (default 1). | |
| limit | No | Records to return, 1-100 (default 20). | |
| start | No | Action-date start, YYYY-MM-DD (default: 1 year ago). | |
| state | No | Place-of-performance state, e.g. 'CA'. | |
| agency | No | Awarding agency, top-tier exact name, e.g. 'Department of Defense'. | |
| keyword | No | Full-text keyword filter. | |
| category | No | contracts (default), idvs, grants, loans, direct_payments, or other. | |
| recipient | No | Recipient name search, e.g. 'Lockheed'. |