Use when you have a company domain and need to know what the company is before s
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
321 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://hosaka-agents.vercel.app/lookup
| Category | Company and compliance |
|---|---|
| Provider host | hosaka-agents.vercel.app |
| Networks | algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:137, eip155:143, eip155:42161, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 321 ms |
Example input (from the provider)
{
"body": {
"domain": "figma.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}