Hosaka · People
by Hosaka
$0.19
per call · USD Coin on Base
Use when all you have is a company domain and you need the people. Most people-data endpoints want an email or a LinkedIn URL before they will answer, which is the thing you do not have yet; this one starts from the domain alone. Returns named employees with job title, seniority, location and profile link, plus the company's proven third-party vendor stack in the same call.
Endpoint
POST https://hosaka-agents.vercel.app/people1
Calls / 30d
1
Unique payers / 30d
Aug 27
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/people", {
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/people" \
-H "Content-Type: application/json" \
-d '{"domain":"figma.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"company": {
"vendors": [
{
"category": "hr",
"evidence": "SPF: include:mg-spf.greenhouse.io",
"name": "Greenhouse"
}
]
},
"contacts": {
"costUsd": 0.15,
"data": {
"results": []
},
"kind": "named-people",
"source": "FullEnrich People Search"
},
"domain": "figma.com"
}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 · Lookup
hosaka-agents.vercel.app
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.