# Russia Sanctions Screening List Export

**Use case:** 

Screen Russia-linked entities and individuals across US sanctions lists, with programs, aliases and address details.

## Input

```json
{
  "maxRecords": 100,
  "query": "",
  "entityType": "",
  "country": "Russia"
}
```

## 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.