# OFAC Sanctioned Entity Scraper

**Use case:** 

Scrape sanctioned entities from the US OFAC SDN list. Get entity names, programs, addresses and aliases for AML and vendor compliance screening.

## Input

```json
{
  "maxItems": 50,
  "list": "sdn",
  "type": "entity"
}
```

## Output

```json
{
  "uid": {
    "label": "UID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "list": {
    "label": "List",
    "format": "text"
  },
  "programs": {
    "label": "Programs",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "array"
  },
  "datesOfBirth": {
    "label": "Dates of Birth",
    "format": "array"
  },
  "akas": {
    "label": "Aliases",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OFAC Sanctions List Scraper](https://apify.com/scrapers_lat/ofac-sanctions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/ofac-sanctions-scraper) to learn more, explore other use cases, and run it yourself.