---
title: "EU VAT Number Validation: Bulk VIES Check & Supplier Monitor"
slug: "eu-vat-compliance-monitor"
type: "apify-actor"
url: "https://automationbyexperts.com/apify/eu-vat-compliance-monitor"
apify_url: "https://apify.com/fayoussef/eu-vat-compliance-monitor?fpr=youssef&fp_sid=abe_eu-vat-compliance-monitor"
category: "Developer Tools & APIs"
price: "$0.003"
price_unit: "per vat number checked"
runs: 1
users: 1
---

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

Validate a whole supplier or customer list against VIES, get the consultation number that proves you checked, and be told the moment a VAT number goes invalid or its registered name changes. Knows the difference between an invalid number and a member state that is simply down.

**Run it:** [EU VAT Number Validation: Bulk VIES Check & Supplier Monitor on Apify](https://apify.com/fayoussef/eu-vat-compliance-monitor?fpr=youssef&fp_sid=abe_eu-vat-compliance-monitor)  
**Pricing:** $0.003 per vat number checked  
**Usage:** 1 runs by 1 users

## Ready-made example tasks

Pre-filled tasks published inside this actor. Each link opens the task on Apify with the input below already set.

### Monthly VAT Re-check: Only the Suppliers That Changed

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.

[Task details](https://automationbyexperts.com/apify/examples/monthly-vat-change-check) | [Run it on Apify](https://apify.com/fayoussef/eu-vat-compliance-monitor/examples/monthly-vat-change-check?fpr=youssef&fp_sid=abe_ex_monthly-vat-change-check)

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

### 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.

[Task details](https://automationbyexperts.com/apify/examples/validate-supplier-vat-list) | [Run it 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)

```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"
}
```

## Related actors

- [Dataset Diff - Only New & Changed Items From Any Actor](https://automationbyexperts.com/apify/dataset-diff): Point it at any Apify Actor, task or dataset and it returns only what changed since the last run - new rows, edited r…
- [Website Change Monitor - Page & Price Change Alerts](https://automationbyexperts.com/apify/website-change-monitor): It monitors any web page for changes - competitor pricing, products, terms of service, job boards - and returns a cle…
- [Scrape Any Site - Anti-Bot Proxy, JS Render & AI](https://automationbyexperts.com/apify/scrape-any-site-anti-bot-proxy-js-render-ai): It is a free web scraper API for any website - rotating anti-bot proxies, JavaScript rendering, screenshots, and both…
- [License Verification & Expiry Monitor: Bulk US License Lookup](https://automationbyexperts.com/apify/license-roster-monitor): Re-verify a whole roster of contractors, nurses, agents or providers against official state registries, then get only…

---

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