# Consolidated Sanctions OpenSanctions Sanctions & PEP

**Use case:** 

Extract OpenSanctions Sanctions & PEP Entities data filtered by Consolidated Sanctions. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "dataset": "sanctions",
  "schema": "",
  "country": "",
  "topic": "",
  "nameQuery": "",
  "nameMatchMode": "substring",
  "datasetSource": "",
  "maxAliases": 50,
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Entity ID",
    "format": "text"
  },
  "caption": {
    "label": "🏷️ Display Name",
    "format": "text"
  },
  "profileUrl": {
    "label": "🔗 Profile URL",
    "format": "link"
  },
  "schema": {
    "label": "📂 Entity Schema",
    "format": "text"
  },
  "target": {
    "label": "🎯 Sanctioned Target",
    "format": "boolean"
  },
  "names": {
    "label": "🏷️ Names",
    "format": "array"
  },
  "aliases": {
    "label": "🏷️ Aliases",
    "format": "array"
  },
  "birthDates": {
    "label": "📅 Birth Dates",
    "format": "array"
  },
  "gender": {
    "label": "👤 Gender",
    "format": "text"
  },
  "nationality": {
    "label": "🌍 Nationality",
    "format": "text"
  },
  "countries": {
    "label": "🌍 Countries",
    "format": "array"
  },
  "jurisdictions": {
    "label": "🌍 Jurisdictions",
    "format": "array"
  },
  "addresses": {
    "label": "🏠 Addresses",
    "format": "array"
  },
  "sectors": {
    "label": "🏭 Sectors",
    "format": "array"
  },
  "positions": {
    "label": "💼 Positions",
    "format": "array"
  },
  "idNumbers": {
    "label": "🆔 ID Numbers",
    "format": "array"
  },
  "passportNumbers": {
    "label": "🛂 Passport Numbers",
    "format": "array"
  },
  "registrationNumbers": {
    "label": "🆔 Registration Numbers",
    "format": "array"
  },
  "innCodes": {
    "label": "🆔 INN Codes",
    "format": "array"
  },
  "ogrnCodes": {
    "label": "🆔 OGRN Codes",
    "format": "array"
  },
  "leiCodes": {
    "label": "🆔 LEI Codes",
    "format": "array"
  },
  "imoNumbers": {
    "label": "🚢 IMO Numbers",
    "format": "array"
  },
  "sanctionProgrammes": {
    "label": "📜 Sanction Programmes",
    "format": "array"
  },
  "taxNumbers": {
    "label": "🆔 Tax Numbers",
    "format": "array"
  },
  "websites": {
    "label": "🌐 Websites",
    "format": "array"
  },
  "emails": {
    "label": "📧 Emails",
    "format": "array"
  },
  "phones": {
    "label": "📞 Phones",
    "format": "array"
  },
  "phoneNumbers": {
    "label": "📞 Phone Numbers",
    "format": "array"
  },
  "status": {
    "label": "🏷️ Status",
    "format": "text"
  },
  "topics": {
    "label": "🏷️ Topics",
    "format": "array"
  },
  "datasets": {
    "label": "📦 Source Datasets",
    "format": "array"
  },
  "notes": {
    "label": "📝 Notes",
    "format": "array"
  },
  "sourceUrls": {
    "label": "🔗 Source URLs",
    "format": "array"
  },
  "firstSeen": {
    "label": "📅 First Seen",
    "format": "date"
  },
  "lastSeen": {
    "label": "📅 Last Seen",
    "format": "date"
  },
  "lastChange": {
    "label": "🕒 Last Changed",
    "format": "date"
  },
  "aliasesTruncated": {
    "label": "✂️ Aliases Truncated",
    "format": "boolean"
  },
  "aliasesTotal": {
    "label": "🔢 Aliases Total",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenSanctions Sanctions & PEP Entities Scraper](https://apify.com/parseforge/opensanctions-entities-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/opensanctions-entities-scraper) to learn more, explore other use cases, and run it yourself.