W

website2vat · VAT Lookup

by website2vat

POSTBase

$0.05

per call · USD Coin on Base

Look up VAT and company registration identifiers for one website domain.

Endpoint

POST https://website2vat.com/x402/vat-lookup

16

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://website2vat.com/x402/vat-lookup", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "domain": "builtwith.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://website2vat.com/x402/vat-lookup" \
  -H "Content-Type: application/json" \
  -d '{"domain":"builtwith.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "company": "BuiltWith Pty Ltd",
  "country": "Australia",
  "domain": "builtwith.com",
  "identifiers": [
    {
      "type": "ABN",
      "value": "85159486292"
    }
  ],
  "status": "found"
}

Payment details

Pay to0x1937e2d648b8f07a03429ae35f28c4942a756c94
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from website2vat & similar services