What bossradar does
You submit a company (URL, slug, numeric id, or name). bossradar resolves it, harvests the roster, classifies who actually decides, enriches the shortlist, and returns a ranked verdict of decision makers. Jobs run asynchronously — minutes, not milliseconds (third-party data + LLM). You either poll for status or receive a webhook when the job is done.Decision-makers, not a directory
We classify the roster and surface who signs off — owners, execs, leaders.
One company in, minutes out
Submit a company; results come back once resolved, enriched, and ranked.
API, webhooks, dashboard
Pull over REST, get a callback when a job is done, or watch progress live.
Authentication
Every request needs your API key in theX-API-Key header. Grab it in the
dashboard — it looks like brk_live_…. POST /jobs
spends money, so it is never anonymous.
Your key is auto-created when you sign up — no setup step. Regenerate it anytime in the dashboard.
Next
Quickstart
Submit your first company and read back the decision makers.
API Reference
Every endpoint, with an interactive playground.