govcon_search_contract_awards
Find government contract awards by keyword, agency, and date range. Retrieve award amounts, vendors, NAICS codes, and award dates from USASpending.gov and SAM.gov.
Instructions
Search government contract awards by keyword, agency, and date range.
keyword: Contract scope e.g. "cybersecurity software". agency: Awarding agency e.g. "Department of Defense". Optional. date_from: Earliest award date ISO 8601 e.g. "2024-01-31". Optional. jurisdiction: "US", "EU", or "UK". Default "US".
Returns: award amounts, recipient vendors, NAICS codes, award dates. Use govcon_fetch_vendor_contract_history for all contracts by a specific vendor. Use govcon_fetch_open_solicitations for active bids, not past awards. Source: USASpending.gov + SAM.gov. 4-hour cache.
Example: search_contract_awards(keyword="cybersecurity software", agency="Department of Defense")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | Search terms describing the contract scope e.g. cybersecurity software. Required. | |
| agency | No | Awarding agency name e.g. Department of Defense. Optional. | |
| date_from | No | Earliest award date ISO 8601 e.g. 2024-01-31. Optional. | |
| jurisdiction | No | Jurisdiction: US, EU, or UK. Default US. Optional. | US |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||