# SAM.gov Exclusions Scraper for Entity Screening

**Use case:** 

Scrape active SAM.gov exclusion records by entity keyword, UEI, or CAGE code for vendor risk screening.

## Input

```json
{
  "query": "DYNAMIC MINDS",
  "activeStatus": "active",
  "agencies": [],
  "exclusionPrograms": [],
  "exclusionTypes": [],
  "countries": [],
  "states": [],
  "maxItems": 100,
  "pageSize": 100,
  "includeRaw": false
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name"
  },
  "uei": {
    "label": "UEI"
  },
  "cageCode": {
    "label": "CAGE"
  },
  "isActive": {
    "label": "Active"
  },
  "exclusionProgram": {
    "label": "Program"
  },
  "exclusionType": {
    "label": "Type"
  },
  "excludingAgency": {
    "label": "Agency"
  },
  "activationDate": {
    "label": "Activated"
  },
  "terminationDate": {
    "label": "Terminated"
  },
  "addressCity": {
    "label": "City"
  },
  "addressState": {
    "label": "State"
  },
  "addressCountry": {
    "label": "Country"
  },
  "samSearchUrl": {
    "label": "SAM URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Entity Exclusions Scraper](https://apify.com/automation-lab/sam-gov-entity-exclusions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sam-gov-entity-exclusions-scraper) to learn more, explore other use cases, and run it yourself.