---
title: VAT Company Lookup
slug: look-up-company-info-for-a-vat-number
url: https://apyverse.com/apyhub/service/look-up-company-info-for-a-vat-number
provider: ApyHub
categories: [Data Validation, Finance, Marketing]
tags: [vat-validation, vat-lookup, company-verification, tax-validation, b2b-enrichment]
auth: api_key
---

# VAT Company Lookup

Check a VAT number and get company name, address, validity, VAT number, and country code. Useful for B2B onboarding and tax checks.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Looks up company information for a VAT number and returns the result in a data object.… | 50 |

## About

## What it does
VAT Company Lookup lets you check a business against a VAT number and get back the company details the service has on file. Send a VAT number with the two-letter country code prefix, and the response returns a `data` object with the company `name`, `valid` status, `address`, `vat_number`, and `country_code`.

Use it when you need to verify a supplier, enrich a B2B onboarding flow, or confirm that a VAT number matches an expected company before you save it to your system. The response is simple enough to plug into validation, account setup, or compliance checks without extra parsing.

Because the input is just one VAT number and the output is a single structured record, the lookup is easy to call from backend services, admin tools, and internal dashboards. If the VAT number is valid, you can use the returned company data to prefill records or flag mismatches for review.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/look-up-company-info-for-a-vat-number
