# Individuals and Entities UN Security Council Sanctions |

**Use case:** 

Extract UN Security Council Sanctions | Sanctions List data filtered by Individuals and Entities. Export structured results ready for analysis, lead

## Input

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

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "dataId": {
    "label": "Data ID",
    "format": "text"
  },
  "referenceNumber": {
    "label": "Ref #",
    "format": "text"
  },
  "listType": {
    "label": "Regime",
    "format": "text"
  },
  "listedOn": {
    "label": "Listed On",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "text"
  },
  "nationality": {
    "label": "Nationality",
    "format": "text"
  },
  "comments": {
    "label": "Comments",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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