# OFAC Narcotics Trafficking SDN Data Collector

**Use case:** 

Retrieve detailed SDN entries related to narcotics trafficking from the OFAC. Get structured data on names, aliases, and identification details.

## Input

```json
{
  "mode": "sdn",
  "nameFilter": "",
  "programFilter": "SDNTK",
  "typeFilter": "",
  "maxEntries": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "uid": {
    "label": "UID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "programs": {
    "label": "Programs",
    "format": "text"
  },
  "listType": {
    "label": "List",
    "format": "text"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "text"
  },
  "aliases": {
    "label": "Aliases",
    "format": "text"
  },
  "addresses": {
    "label": "Addresses",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "remarks": {
    "label": "Remarks",
    "format": "text"
  },
  "ids": {
    "label": "IDs",
    "format": "text"
  },
  "callSign": {
    "label": "Call Sign",
    "format": "text"
  },
  "vesselFlag": {
    "label": "Flag",
    "format": "text"
  },
  "tonnage": {
    "label": "Tonnage",
    "format": "number"
  },
  "grt": {
    "label": "GRT",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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