# Bank OFAC Sanctions

**Use case:** 

Explore bank with OFAC Sanctions Scraper - SDN Screening Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "bank",
  "entityType": "all",
  "maxResults": 3
}
```

## Output

```json
{
  "ofac_id": {
    "label": "Ofac Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "entity_type": {
    "label": "Entity Type",
    "format": "text"
  },
  "programs": {
    "label": "Programs",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "call_sign": {
    "label": "Call Sign",
    "format": "text"
  },
  "vessel_type": {
    "label": "Vessel Type",
    "format": "text"
  },
  "vessel_flag": {
    "label": "Vessel Flag",
    "format": "text"
  },
  "vessel_owner": {
    "label": "Vessel Owner",
    "format": "text"
  },
  "remarks": {
    "label": "Remarks",
    "format": "text"
  },
  "source_url": {
    "label": "Source Url",
    "format": "link"
  }
}
```

## About this Actor

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