spending_search_awards
ActiveTool of io.github.blackboxfoundry/livedatalink
Search federal awards (contracts, grants, loans) from USAspending.gov by recipient company, keyword, and/or awarding agency, with optional fiscal year and minimum amount. Returns each award's id, recipient, amount, awarding agency, type, start date, and description, sorted by amount.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max rows (default 10, max 50)."
},
"agency": {
"type": "string",
"description": "Awarding agency name, e.g. 'Department of Defense'."
},
"keyword": {
"type": "string",
"description": "Free-text keyword across the award."
},
"category": {
"type": "string",
"description": "Award category: 'contracts' (default), 'grants', 'loans', or 'other'."
},
"recipient": {
"type": "string",
"description": "Recipient company/org name, e.g. 'Lockheed Martin'."
},
"min_amount": {
"type": "number",
"description": "Minimum award amount in USD."
},
"fiscal_year": {
"type": "number",
"description": "Federal fiscal year, e.g. 2024."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries