# Commerce Denied Persons List Export (BIS)

**Use case:** 

Export every entry on the Bureau of Industry and Security Denied Persons List, with names, aliases and address details.

## Input

```json
{
  "maxRecords": 100,
  "query": "",
  "sourceList": [
    "Denied Persons List (DPL) - Bureau of Industry and Security"
  ],
  "entityType": ""
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "sourceList": {
    "label": "Source list",
    "format": "text"
  },
  "programs": {
    "label": "Programs",
    "format": "array"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "altNames": {
    "label": "Aliases",
    "format": "array"
  },
  "url": {
    "label": "Source",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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