find_incumbents
Identify the likely incumbent contractor for a federal solicitation using USAspending and FPDS award data. Returns incumbent name, award value, competition signals, and anticipated next award start date.
Instructions
Identify the likely current incumbent(s) for a solicitation using public USAspending + FPDS award data. Returns the primary incumbent (name, award value, period of performance), FPDS competition signals (offers received, set-aside, sole-source flags), and an anticipated next-award start date. Deterministic, free. FPDS failures degrade gracefully (USAspending half stays intact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solicitation | Yes | Solicitation context. naicsCode is REQUIRED. Optional: pscCode, agency, subAgency, office, placeOfPerformance, title, responseDeadline. | |
| years | No | USAspending lookback in fiscal years (default 5, max 10). | |
| limit | No | Max USAspending contracts (default 50, max 100). | |
| fpdsMaxResults | No | Max FPDS contracts (default 50, max 100). | |
| anticipatedStartDate | No | ISO date overriding the responseDeadline-based anticipated-start calculation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primaryIncumbent | No | ||
| otherIncumbents | No | ||
| usaspendingResults | No | ||
| fpdsResults | No | ||
| fpdsError | No | ||
| anticipatedStartDate | No |