# OFAC SDN List Full Ingest — Sanctioned Entities

**Use case:** 

Download and parse the full OFAC Specially Designated Nationals (SDN) list — 19,000+ entities with names, aliases, nationalities, programs, and designation

## Input

```json
{
  "sp_intended_usage": "Load OFAC SDN list into internal compliance database for KYC screening",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "ingest_lists",
  "lists": [
    "OFAC"
  ],
  "queries": [],
  "minMatchScore": 75,
  "includeAliases": true,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source_list": {
    "label": "Source List",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity Type",
    "format": "string"
  },
  "primary_name": {
    "label": "Primary Name",
    "format": "string"
  },
  "sanctions_programs": {
    "label": "Sanctions Programs",
    "format": "array"
  },
  "designation_date": {
    "label": "Designation Date",
    "format": "string"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Global Sanctions Screener - OFAC, EU, UN, UK, Canada](https://apify.com/jungle_synthesizer/ofac-sanctions-global-screening-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ofac-sanctions-global-screening-scraper) to learn more, explore other use cases, and run it yourself.