$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-lookup16
Calls / 30d
1
Unique payers / 30d
Sep 6
Last called
exact
Payment scheme
Call this service
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 -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
0x1937e2d648b8f07a03429ae35f28c4942a756c94USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from website2vat & similar services
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
Exa · Search
api.exa.ai
Exa /search endpoint