# Vendor VAT compliance audit extractor

**Use case:** 

Create VIES VAT validation snapshots for vendor compliance, CRM enrichment, and finance audit workflows.

## Input

```json
{
  "vatNumbers": [
    "IE6388047V",
    "FR40303265045",
    "NL852321363B01",
    "ESB99286320"
  ],
  "maxItems": 500,
  "maxConcurrency": 3,
  "maxRetries": 2
}
```

## Output

```json
{
  "input": {
    "label": "Original input"
  },
  "normalizedVat": {
    "label": "Normalized VAT"
  },
  "valid": {
    "label": "Valid"
  },
  "requestDate": {
    "label": "VIES request date"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyAddress": {
    "label": "Company address"
  },
  "errorType": {
    "label": "Error type"
  },
  "errorMessage": {
    "label": "Error message"
  },
  "checkedAt": {
    "label": "Checked at"
  }
}
```

## About this Actor

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