VOOZH about

URL: https://apify.com/novotnyj/uk-vat-number-checker

โ‡ฑ UK VAT number checker ยท Apify


Pricing

Pay per usage

Go to Apify Store

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.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

๐Ÿ‘ Jan Novotny

Jan Novotny

Maintained by Community

Actor stats

2

Bookmarked

35

Total users

4

Monthly active users

4 months ago

Last modified

Share

Authenticates and verifies one or more UK VAT (Value Added Tax) numbers using the official HMRC VAT check service.

This Actor accepts a list of VAT numbers as input and returns detailed validation results, including the company name and address for each valid VAT number.


๐Ÿง  Features

  • โœ… Validates UK VAT numbers
  • ๐Ÿงพ Returns company name and address for valid entries
  • ๐Ÿ“Š Supports bulk validation in one run
  • โšก Suitable for automation and integrations

๐Ÿš€ How It Works

The Actor programmatically interacts with the official UK VAT check service to determine:

  • Whether a VAT number is valid
  • The registered business name (if valid)
  • The registered address (if valid)

This makes it easy to integrate VAT checks into automation workflows, compliance checks, partner onboarding flows, or data enrichment processes.


๐Ÿงพ Input

Provide an array of UK VAT numbers as strings:

[
"GB123456789",
"GB987654321"
]

Input Requirements

  • UK VAT numbers typically start with GB
  • No spaces required
  • Multiple VAT numbers supported

๐Ÿ“ค Output

The Actor returns an array of result objects โ€” one per VAT number checked:

[
{
"vatId":"GB220430231",
"isValid":true,
"businessName":"TESCO PLC",
"checkedAt":"2025-03-28T13:33:56.267Z",
"address":"CIRRUS A SHIRE PARK KESTREL WAY WELWYN GARDEN CITY AL7 1GA GB"
},
{
"vatId":"GB123456789",
"isValid":false,
"businessName":null,
"checkedAt":"2025-03-28T13:34:12.415Z",
"address":null
}
]

Output Fields

FieldDescription
vatIdInput VAT number
isValidBoolean result of validation
businessNameRegistered business name (if valid)
addressRegistered business address (if valid)
checkedAtISO timestamp when the check was performed

๐Ÿ“ฆ Example Use Cases

  • Validate supplier VAT details before invoicing
  • Automate VAT compliance checks
  • Enrich CRM or accounting datasets
  • Verify business partners during onboarding

โš ๏ธ Notes

  • This Actor uses the publicly available UK VAT check service.
  • It does not use the official HMRC commercial API.
  • For high-volume or compliance-critical usage, consider using HMRCโ€™s official API 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 Number Validator API

andok/eu-vat-validator

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

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

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.

Ai Email Qualifier

quaking_pail/ai-email-qualifier

This actor will use a first name, last name and company URL and then search for a valid email using a server, check the email is valid and return a valid email if found.

2

5.0

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

Website Phone Scraper

codescraper/contact-phone-extractor

Fast and highly accurate website phone number extractor. Automatically crawls into relevant contact and about pages to scrape valid international phone numbers while strictly filtering out faxes, dates, and VAT IDs.

5

5.0