Hosaka · Lookup
by Hosaka
$0.005
per call · USD Coin on Base
Use when you have a company domain and need to know what the company is before spending more. Returns the company name and site title, domain age, registrar, mail provider, DNS provider, DMARC and HTTPS status, and a count of the third-party vendors detected. One call, no signup, no API key. The cheapest way to qualify a domain before buying a fuller record.
Endpoint
POST https://hosaka-agents.vercel.app/lookup4
Calls / 30d
1
Unique payers / 30d
Aug 28
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://hosaka-agents.vercel.app/lookup", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"domain": "figma.com"
}),
});
const data = await res.json();curl -X POST \
"https://hosaka-agents.vercel.app/lookup" \
-H "Content-Type: application/json" \
-d '{"domain":"figma.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"ageYears": 27,
"dmarc": true,
"dnsProvider": "AWS Route 53",
"domain": "figma.com",
"https": true,
"mailProvider": "Google Workspace",
"registeredOn": "1999-05-04T00:00:00Z",
"registrar": "Amazon Registrar, Inc.",
"title": "Figma: The collaborative canvas for design, code, and AI",
"vendorCount": 17
}Payment details
0x712c78928080adb009e31315c0c3c7473da9648aUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Hosaka & similar services
Hosaka · Contacts
hosaka-agents.vercel.app
Use when you need to reach a company rather than a named person: the emails, phone numbers and social accounts it publishes about itself, gathered from its own site. Also returns every third-party vendor the company can be proven to use, with the record proving each. For support, sales and abuse contact discovery from a domain.
Hosaka · Dossier
hosaka-agents.vercel.app
Use when you need a company's technology and vendor stack from its domain alone. Returns every third-party service it runs on — the software and tools behind its mail, DNS, CDN, analytics, payments, support and hosting — each with the DNS record or loaded script that proves it, plus registration, certificate and site facts. Technographics and SaaS detection without a subscription.
Hosaka · Executives
hosaka-agents.vercel.app
Use when all you have is a company domain and you need the people who can sign: owners, founders, C-level, partners, VPs, heads and directors, each with title, location and profile link. Endpoints that enrich a known person want an email or a profile URL first; this one starts from the domain. Also returns the company's proven vendor stack, so one call answers who decides and what they already run.