# EU VAT Validator (VIES) Latest Results

**Use case:** 

Latest Results of EU VAT Validator (VIES). Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "vatNumbers": [
    "IT00159560366",
    "DE811109517",
    "FR12345678901"
  ]
}
```

## Output

```json
{
  "vatNumber": {
    "label": "VAT Number",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "isValid": {
    "label": "Valid",
    "format": "boolean"
  },
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "companyType": {
    "label": "Type",
    "format": "text"
  },
  "requestDate": {
    "label": "Checked",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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