# Screen suppliers against the US Consolidated Screening List

**Use case:** 

Download the merged OFAC/BIS/State denied-party list with source, program and country per entry — the raw input for export-compliance screening.

## Input

```json
{
  "mode": "full",
  "maxResults": 500,
  "monitor": true
}
```

## Output

```json
{
  "change_type": {
    "label": "Change type",
    "format": "string"
  },
  "changed_fields": {
    "label": "Changed fields",
    "format": "array"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "source_list_group": {
    "label": "Source agency group",
    "format": "string"
  },
  "programs": {
    "label": "Programs",
    "format": "array"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "array"
  },
  "start_date": {
    "label": "Start date",
    "format": "string"
  },
  "end_date": {
    "label": "End date",
    "format": "string"
  },
  "id": {
    "label": "Entry ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Sanctions Screening List Change Monitor — CSL / OFAC Delta API](https://apify.com/malonestar/consolidated-screening-list-delta) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/consolidated-screening-list-delta) to learn more, explore other use cases, and run it yourself.