Use when all you have is a company domain and you need the people who can sign
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.
Asked 1.9x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
238 msmedian answer time
$0.21listed price per call
$0.4price 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/executives
| 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 | 1 from 1 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.4 | 238 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": {
"type": "object"
}
},
"type": "object"
}