# Global Sanctions Screener   OFAC, EU, UN, UK, Canada — Full 

**Use case:** 

Scrape the full global sanctions screener - ofac, eu, un, uk, canada dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract global sanctions screener - ofac, eu, un, uk, canada for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "ingest_lists",
  "lists": [],
  "queries": [],
  "minMatchScore": 75,
  "includeAliases": true,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source_list": {
    "label": "Source List",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity Type",
    "format": "string"
  },
  "primary_name": {
    "label": "Primary Name",
    "format": "string"
  },
  "sanctions_programs": {
    "label": "Sanctions Programs",
    "format": "array"
  },
  "designation_date": {
    "label": "Designation Date",
    "format": "string"
  },
  "nationalities": {
    "label": "Nationalities",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Global Sanctions Screener - OFAC, EU, UN, UK, Canada](https://apify.com/jungle_synthesizer/ofac-sanctions-global-screening-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ofac-sanctions-global-screening-scraper) to learn more, explore other use cases, and run it yourself.