---
title: "Validate a Supplier VAT Number List Against VIES"
slug: "validate-supplier-vat-list"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/validate-supplier-vat-list"
actor: "EU VAT Number Validation: Bulk VIES Check & Supplier Monitor"
actor_url: "https://automationbyexperts.com/apify/eu-vat-compliance-monitor"
apify_url: "https://apify.com/fayoussef/eu-vat-compliance-monitor/examples/validate-supplier-vat-list?fpr=youssef&fp_sid=abe_ex_validate-supplier-vat-list"
price: "$0.003"
price_unit: "per vat number checked"
---

# Validate a Supplier VAT Number List Against VIES

Check a whole supplier or customer list against the official VIES service in one run, and compare each registered name with the name you hold on file. Add your own EU VAT number and every row also carries a VIES consultation number, the reference a tax authority accepts as evidence you checked before zero-rating an invoice. A member state that does not answer reads as unavailable, not invalid.

**Run it:** [Validate a Supplier VAT Number List Against VIES on Apify](https://apify.com/fayoussef/eu-vat-compliance-monitor/examples/validate-supplier-vat-list?fpr=youssef&fp_sid=abe_ex_validate-supplier-vat-list)  
**Actor:** [EU VAT Number Validation: Bulk VIES Check & Supplier Monitor](https://automationbyexperts.com/apify/eu-vat-compliance-monitor)  
**Pricing:** $0.003 per vat number checked

## The input this task runs with

```json
{
  "vatNumbers": [
    "IE6388047V | Google Ireland Limited",
    "DE811569869 | Zalando SE",
    "IT00488410010 | TIM S.p.A.",
    "PL5260250995 | Orange Polska",
    "SE556036079301 | Saab AB",
    "ES A28017895 | Telefonica",
    "EL094019245"
  ],
  "nameMatchThreshold": 60,
  "alertsOnly": false,
  "watchlistName": "suppliers"
}
```

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other EU VAT Number Validation: Bulk VIES Check & Supplier Monitor tasks

- [Monthly VAT Re-check: Only the Suppliers That Changed](https://automationbyexperts.com/apify/examples/monthly-vat-change-check): Run this on a monthly schedule and it returns only the VAT numbers whose status or registered name has moved since the last run, so a clean month produces an empty dataset instead of the same list again. The first run stores a baseline. A supplier whose registration was cancelled shows up the month it happens, which is the point: nobody tells you when a counterparty deregisters.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
