# Denied Party Screening - US Consolidated List

**Use case:** 

Ready-to-run export of the US Consolidated Screening List: OFAC, BIS and State Department denied-party entries with names, addresses and programs.

## Input

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

## Output

```json
{
  "change_type": {
    "label": "Change type",
    "format": "string"
  },
  "delta_comparable": {
    "label": "Delta comparable",
    "format": "boolean"
  },
  "is_baseline_row": {
    "label": "Is baseline row",
    "format": "boolean"
  },
  "changed_fields": {
    "label": "Changed fields",
    "format": "array"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "alt_names": {
    "label": "Aliases",
    "format": "array"
  },
  "source": {
    "label": "Source list",
    "format": "string"
  },
  "source_list_group": {
    "label": "Source agency group",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "programs": {
    "label": "Programs",
    "format": "array"
  },
  "license_requirement": {
    "label": "Licence requirement",
    "format": "string"
  },
  "license_policy": {
    "label": "Licence policy",
    "format": "string"
  },
  "standard_order": {
    "label": "Standard order",
    "format": "string"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "array"
  },
  "citizenships": {
    "label": "Citizenships",
    "format": "array"
  },
  "addresses": {
    "label": "Addresses",
    "format": "array"
  },
  "dates_of_birth": {
    "label": "Dates of birth",
    "format": "array"
  },
  "places_of_birth": {
    "label": "Places of birth",
    "format": "array"
  },
  "ids": {
    "label": "Identifiers",
    "format": "array"
  },
  "vessel_type": {
    "label": "Vessel type",
    "format": "string"
  },
  "vessel_flag": {
    "label": "Vessel flag",
    "format": "string"
  },
  "call_sign": {
    "label": "Vessel call sign",
    "format": "string"
  },
  "federal_register_notice": {
    "label": "Federal Register notice",
    "format": "string"
  },
  "start_date": {
    "label": "Start date",
    "format": "string"
  },
  "end_date": {
    "label": "End date",
    "format": "string"
  },
  "remarks": {
    "label": "Remarks",
    "format": "string"
  },
  "source_list_url": {
    "label": "Source list URL",
    "format": "string"
  },
  "source_information_url": {
    "label": "Source information URL",
    "format": "string"
  },
  "csl_entry_count": {
    "label": "CSL entry count",
    "format": "integer"
  },
  "source_lists_present": {
    "label": "Source lists present",
    "format": "integer"
  },
  "source_lists_missing": {
    "label": "Source lists missing",
    "format": "string"
  },
  "delta_baseline_status": {
    "label": "Delta baseline status",
    "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.