# SAM.gov Active Exclusion Search

**Use case:** 

Check vendor names against active SAM.gov exclusion records. Review one screening result per vendor, source links, and matching evidence.

## Input

```json
{
  "vendors": [
    {
      "name": "DYNAMIC MINDS FAMILY SERVICES, LLC"
    },
    {
      "name": "Example vendor"
    }
  ],
  "exclusionStatus": "active"
}
```

## 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.