# Vendor Due Diligence Sanctions Check

**Use case:** 

Batch screen suppliers, directors and beneficial owners against OFAC sanctions in one run. CLEAR or REVIEW per name with matched entries.

## Input

```json
{
  "names": [
    "Oleg Deripaska",
    "Gazprom"
  ],
  "lists": [
    "ofac",
    "eu",
    "un",
    "uk"
  ],
  "threshold": 85,
  "maxMatchesPerName": 25
}
```

## Output

```json
{
  "query": {
    "label": "Name screened",
    "format": "text"
  },
  "verdict": {
    "label": "Verdict",
    "format": "text"
  },
  "match_count": {
    "label": "Matches",
    "format": "number"
  },
  "matched_lists": {
    "label": "Lists hit",
    "format": "array"
  },
  "verdict_reason": {
    "label": "Reason",
    "format": "text"
  },
  "matches": {
    "label": "Match details",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Sanctions Screening API - OFAC Watchlist Name Check](https://apify.com/veska/sanctions-pep-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/veska/sanctions-pep-screener) to learn more, explore other use cases, and run it yourself.