# Sanctions Changes Monitor for Sberbank and Rosneft

**Use case:** 

Monitor sanctions for Sberbank and Rosneft. Receive updates on changes to their sanctions status since your last check.

## Input

```json
{
  "names": [
    "Sberbank",
    "Rosneft"
  ],
  "minScore": 0.6,
  "baseline_key": "example-watch-sberbank-rosneft",
  "max_items": 20
}
```

## Output

```json
{
  "baselineKey": {
    "label": "Watch",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "baselineCreated": {
    "label": "Baseline created",
    "format": "boolean"
  },
  "name": {
    "label": "Screened name",
    "format": "text"
  },
  "entityName": {
    "label": "Sanctioned entity",
    "format": "text"
  },
  "listName": {
    "label": "List",
    "format": "text"
  },
  "program": {
    "label": "Program",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sanctions Update Alert — Watchlist Change Monitor](https://apify.com/zinin/sanctions-update-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/sanctions-update-alert) to learn more, explore other use cases, and run it yourself.