# Individuals only UK HM Treasury Sanctions | OFSI

**Use case:** 

Extract UK HM Treasury Sanctions | OFSI Consolidated List data filtered by Individuals only. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "groupType": "Individual",
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "groupType": {
    "label": "Type",
    "format": "text"
  },
  "regime": {
    "label": "Regime",
    "format": "text"
  },
  "aliasType": {
    "label": "Alias Type",
    "format": "text"
  },
  "ukRef": {
    "label": "UK Ref",
    "format": "text"
  },
  "dateListed": {
    "label": "Listed On",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "nationality": {
    "label": "Nationality",
    "format": "text"
  },
  "dateOfBirth": {
    "label": "DOB",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "statementOfReasons": {
    "label": "Reasons",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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