# All EU Consolidated Sanctions List

**Use case:** 

Extract EU Consolidated Sanctions List data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "entityType": "ALL",
  "maxItems": 10
}
```

## Output

```json
{
  "entityType": {
    "label": "🏷️ Entity Type",
    "format": "text"
  },
  "logicalId": {
    "label": "🆔 Logical ID",
    "format": "text"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "aliases": {
    "label": "🔄 Aliases",
    "format": "text"
  },
  "birthDate": {
    "label": "🎂 Birth Date",
    "format": "date"
  },
  "birthPlace": {
    "label": "🏙️ Birth Place",
    "format": "text"
  },
  "nationality": {
    "label": "🌍 Nationality",
    "format": "text"
  },
  "regulation": {
    "label": "📜 Regulation",
    "format": "text"
  },
  "listingReason": {
    "label": "📝 Reason",
    "format": "text"
  },
  "publicationDate": {
    "label": "📅 Published",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Consolidated Sanctions List Scraper](https://apify.com/parseforge/ec-eu-sanctions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ec-eu-sanctions-scraper) to learn more, explore other use cases, and run it yourself.