# Belarus EU Sanctions Legal Acts Extractor

**Use case:** 

Extract EU Sanctions Map legal acts and URLs for Belarus sanctions monitoring.

## Input

```json
{
  "mode": "legalActs",
  "countryCodes": [
    "BY"
  ],
  "includeMeasures": true,
  "includeLegalActs": true,
  "maxItems": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "regimeId": {
    "label": "Regime ID"
  },
  "regimeSpecification": {
    "label": "Regime specification"
  },
  "countryCode": {
    "label": "Country code"
  },
  "countryName": {
    "label": "Country name"
  },
  "adoptedBy": {
    "label": "Adopted by"
  },
  "measureType": {
    "label": "Measure type"
  },
  "measureDescription": {
    "label": "Measure description"
  },
  "legalActTitle": {
    "label": "Legal act title"
  },
  "legalActNumber": {
    "label": "Legal act number"
  },
  "legalActUrl": {
    "label": "Legal act URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Sanctions Map Scraper](https://apify.com/automation-lab/eu-sanctions-map-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/eu-sanctions-map-scraper) to learn more, explore other use cases, and run it yourself.