VOOZH about

URL: https://apify.com/andok/eu-vat-validator

⇱ EU VAT Number Validator API Β· Apify


Pricing

from $2.00 / 1,000 vat validations

Go to Apify Store

EU VAT Number Validator API

Validate EU VAT numbers in bulk against the official VIES database. Extract company name, address & VAT status. Pay per validation, no subscription.

Pricing

from $2.00 / 1,000 vat validations

Rating

0.0

(0)

Developer

πŸ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

1

Monthly active users

4 months ago

Last modified

Categories

Share

EU VAT Number Validator (Bulk VIES)

Validate EU VAT numbers in bulk against the official VIES database for B2B invoicing, KYC compliance, and CRM enrichment. Drop in a list of VAT numbers and get back validity status, company name, and registered address for all 27 EU member states plus Northern Ireland. Processes hundreds of validations per run with configurable concurrency.

Features

  • Official VIES source β€” validates directly against the European Commission's VAT Information Exchange System
  • Company details β€” returns registered company name and address where available
  • Bulk processing β€” validate hundreds of VAT numbers in a single run
  • Audit trail β€” generates VIES consultation numbers for compliance documentation
  • Flexible input β€” accepts VAT numbers with or without country code prefix
  • Configurable concurrency β€” control request speed to avoid VIES rate limits

Input

FieldTypeRequiredDefaultDescription
vatNumbersarrayYesβ€”List of VAT numbers to validate. Include the 2-letter country code prefix (e.g., DE123456789) or set a default country code below
countryCodestringNoβ€”Default 2-letter EU country code to use when not included in the VAT number (e.g., DE, FR, EE)
includeNamebooleanNotrueRequest company name from VIES. May not be available for all countries
includeAddressbooleanNotrueRequest registered company address from VIES. May not be available for all countries
concurrencyintegerNo2Number of simultaneous VIES requests. Keep at 1-3 for reliable results; higher values risk rate limiting

Input Example

{
"vatNumbers":["DE123456789","EE100931558","FR12345678901","NL123456789B01"],
"includeName":true,
"includeAddress":true,
"concurrency":2
}

Output

Each dataset item represents one VAT validation result with the VIES response data.

Key fields:

  • vatNumber (string) β€” the VAT number without country prefix
  • countryCode (string) β€” 2-letter EU country code
  • isValid (boolean) β€” whether the VAT number is currently valid
  • name (string) β€” registered company name (if available)
  • address (string) β€” registered company address (if available)
  • consultationNumber (string) β€” VIES consultation number for audit purposes
  • error (string) β€” error message if the lookup failed
  • checkedAt (string) β€” ISO 8601 timestamp of the validation

Output Example

{
"vatNumber":"100931558",
"countryCode":"EE",
"isValid":true,
"name":"Bolt Technology OÜ",
"address":"Vana-LΓ΅una tn 15\n10134 Tallinn",
"consultationNumber":"WAPIaaaabbbbcccc",
"error":null,
"checkedAt":"2026-03-01T12:00:00.000Z"
}

Pricing

EventCost
VAT Validation$0.002 per validation

You are charged per VIES lookup regardless of whether the VAT number is valid or invalid β€” you pay for the lookup, not the result. No subscription or minimum.

Use Cases

  • B2B invoicing β€” verify customer VAT numbers before issuing VAT-exempt invoices
  • KYC compliance β€” validate business registration details during onboarding
  • CRM enrichment β€” bulk-enrich leads with company name and address from just a VAT number
  • E-commerce checkout β€” validate B2B customer VAT numbers at the point of sale
  • Accounting automation β€” integrate VAT validation into your ERP or invoicing workflow

Supported Countries

All 27 EU member states plus Northern Ireland (XI): AT, BE, BG, CY, CZ, DE, DK, EE, EL, ES, FI, FR, HR, HU, IE, IT, LT, LU, LV, MT, NL, PL, PT, RO, SE, SI, SK, XI

Related Actors

ActorWhat it adds
Company Enrichment & ResearchEnrich validated companies with full business intelligence beyond VAT data
Email & Phone ExtractorFind contact details for the companies you validated

Notes

  • VIES data comes directly from each member state's tax authority. Some countries (notably Germany and Spain) do not share company name or address.
  • The VIES service can be temporarily unavailable for individual countries. The actor retries on transient errors.
  • For high-volume use (10,000+ validations), keep concurrency at 2-3 to avoid rate limits from the VIES service.

You might also like

πŸŽ‰ Vies VAT number validation

prog-party/vies-vat-number-validation

This Vies VAT number validation Actor checks if a given VAT number is valid in the EU. A Vies check (VAT Information Exchange System check) is highly recommended and often required for VAT-exempt intra-EU transactions between businesses. Returns isValid, name and address.

EU VAT Validator (VIES) Scraper

parseforge/vies-eu-vat-scraper

Validate EU VAT numbers across all 27 member states with VIES. Get company name, address, country, and validity status for any European VAT ID. Essential for cross-border invoicing, compliance checks, and B2B customer verification.

EU VAT Validator (VIES) β€” Bulk Number Verification βœ…

themineworks/eu-vat-vies-validator

Validate EU VAT numbers in bulk via the official VIES service. Returns validity, registered company name and address. Zero charge on empty runs. No API key. Works in Claude, ChatGPT & any MCP-compatible AI agent. MCP server: the-mine-works-mcp.hatchable.site

πŸ‘ User avatar

The Mine Works

1

EU VAT Validator β€” Compliance Monitoring & Alerts

ryanclinton/eu-vat-validator

Compliance Operations System for EU VAT β€” detect deregistered or mismatched counterparties, escalate by SLA, auto-generate ticket-ready actions. Bulk-validate against the official VIES API across all 27 EU countries + XI. Audit-grade consultation references, change detection, risk scoring.

14

UK VAT number checker

novotnyj/uk-vat-number-checker

This actor uses https://www.tax.service.gov.uk/ to check if UK VAT number is valid or not. It can check multiple VAT numbers in one run. If VAT number is valid then business name and address are fetched.

35

5.0

UK VAT HMRC API

nocodeventure/uk-vat-hmrc-api

Supports Proof of Check. Scrapes UK VAT numbers using the official HMRC service. Validates UK VAT numbers against the official HMRC database.

πŸ‘ User avatar

No-Code Venture

7