# OFAC Sanctions Change Monitor

**Use case:** 

Monitor OFAC sanctions exports by collecting SDN and consolidated records with source digest metadata.

## Input

```json
{
  "lists": [
    "sdn",
    "consolidated"
  ],
  "maxItems": 5000,
  "includeAliases": true,
  "includeAddresses": true,
  "includeRawFields": false
}
```

## Output

```json
{
  "uid": {
    "label": "OFAC UID"
  },
  "list": {
    "label": "List"
  },
  "name": {
    "label": "Name"
  },
  "entityType": {
    "label": "Entity type"
  },
  "programs": {
    "label": "Programs"
  },
  "aliasCount": {
    "label": "Aliases"
  },
  "addressCount": {
    "label": "Addresses"
  },
  "remarks": {
    "label": "Remarks"
  },
  "sourceLastModified": {
    "label": "Source updated"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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