Sam Search Exclusions
sam_search_exclusionsSearch the SAM.gov Exclusions list — parties DEBARRED, suspended, or otherwise excluded from receiving federal contracts, grants, or assistance. Answers "is this company/person barred from federal contracting" for KYB / vendor-vetting / procurement due diligence. Filter by name, US state, and classification (Firm / Individual / Vessel / Special Entity). Returns each excluded party with the exclusion type, program, excluding agency, and active/termination dates. Distinct from OFAC sanctions (see sanctions_screen) — this is the federal procurement debarment list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uei | No | Optional — check one specific UEI against the debarment list. More reliable than a name for KYB, since names collide and are transcribed inconsistently. | |
| name | No | Name to search (company or individual), e.g. "Smith Construction". Matched against the excluded party name; an exact UEI also matches. Optional if you pass `uei` instead — supply one of the two. | |
| limit | No | Number of results (1-100, default 10). | |
| state | No | Optional 2-letter US state to filter by, e.g. "VA". | |
| offset | No | Rows to skip for paging (default 0). | |
| _apiKey | No | Optional — omit it. This search answers keyless from the local snapshot of SAM.gov's public Exclusions extract, which is refreshed daily. | |
| classification | No | Optional classification: "Firm", "Individual", "Vessel", or "Special Entity Designation". | |
| include_terminated | No | Accepted, but it currently changes NOTHING — SAM.gov's daily Exclusions extract carries only exclusions in force, so there are no terminated records for it to add. Measured 2026-09-13 over 400 sampled rows across four names with the filter explicitly disabled: zero carried a termination date in the past. Read an empty result as "not debarred TODAY", never as "never debarred" — a bar that has since ended is absent from this source entirely. |