Use when you have a company domain and need to know what the company is before spending mo
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.
5000 (raw units)
price
5
calls / 30d
2
unique payers
2026-09-14
updated
Provider
hosaka-agents.vercel.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x712c78928080Adb009E31315c0c3c7473dA9648a",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
"payTo": "NLT4P2QFI3OO3PTLQHQXCAM2RA2Y7T4RZZKZF43BLMBKDFPFX54ZLDY2JU",
"asset": "31566704",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x712c78928080Adb009E31315c0c3c7473dA9648a",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0x712c78928080Adb009E31315c0c3c7473dA9648a",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "eip155:143",
"payTo": "0x712c78928080Adb009E31315c0c3c7473dA9648a",
"asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "eip155:4663",
"payTo": "0x712c78928080Adb009E31315c0c3c7473dA9648a",
"asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "9FDr6dYrxCRZYeaiXB86MqA9fuC3j5nH5u5fSQvD6QWd",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "5000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"domain": "figma.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"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
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"domain": {
"description": "Company domain, e.g. figma.com",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"ageYears": {
"type": "number"
},
"dmarc": {
"type": "boolean"
},
"dnsProvider": {
"type": "string"
},
"domain": {
"type": "string"
},
"https": {
"type": "boolean"
},
"mailProvider": {
"type": "string"
},
"registeredOn": {
"type": "string"
},
"registrar": {
"type": "string"
},
"title": {
"type": "string"
},
"vendorCount": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://hosaka-agents.vercel.app/lookup" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://hosaka-agents.vercel.app/lookup");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://hosaka-agents.vercel.app/lookup")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8349.json, and this resource appears in /discovery/resources and /discovery/search.