# Export the Consolidated OFAC, EU, UK & UN Sanctions List

**Use case:** 

Download the full normalized OFAC, EU, UK OFSI and UN sanctions watchlist as one clean schema: names, aliases, programs, countries, IDs, and listing dates.

## Input

```json
{
  "mode": "list",
  "names": "Vladimir Putin\nGazprombank\nIslamic Revolutionary Guard Corps\nAcme Coffee Roasters LLC",
  "sources": [
    "OFAC_SDN",
    "OFAC_CONS",
    "EU",
    "UK_OFSI",
    "UN"
  ],
  "threshold": 85,
  "maxMatchesPerName": 10,
  "maxItems": 5000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "sourceList": {
    "label": "List",
    "format": "text"
  },
  "entityType": {
    "label": "Type",
    "format": "text"
  },
  "primaryName": {
    "label": "Name",
    "format": "text"
  },
  "aliases": {
    "label": "Aliases",
    "format": "array"
  },
  "programs": {
    "label": "Programs",
    "format": "array"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "array"
  },
  "datesOfBirth": {
    "label": "DOB",
    "format": "array"
  },
  "listedOn": {
    "label": "Listed on",
    "format": "text"
  },
  "sourceId": {
    "label": "Source ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Global Sanctions Screening API - OFAC, EU, UK & UN Watchlists](https://apify.com/webdata_labs/sanctions-screening-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/sanctions-screening-api) to learn more, explore other use cases, and run it yourself.