# SAM.gov Exclusion Check by CAGE Code

**Use case:** 

Check a vendor CAGE code against all SAM.gov exclusion records. Review the outcome, source link, and matching evidence.

## Input

```json
{
  "vendors": [
    {
      "cageCode": "1CM51"
    }
  ],
  "exclusionStatus": "all"
}
```

## Output

```json
{
  "vendor": {
    "label": "Vendor",
    "format": "object"
  },
  "outcome": {
    "label": "Screening outcome",
    "format": "string"
  },
  "exclusions": {
    "label": "Exclusions",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Vendor Exclusion Screening](https://apify.com/maximedupre/sam-gov-exclusions) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/sam-gov-exclusions) to learn more, explore other use cases, and run it yourself.