# Domain Company Enricher — People & Leadership Lookup

> Domain Company Enricher — People & Leadership Lookup is a paid API for AI agents from domain-enricher.hahavoid0.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Given a company domain, name, or work email, returns structured JSON with CEO, founders, and key leaders including LinkedIn profiles

## Facts

- Endpoint: GET https://domain-enricher.hahavoid0.workers.dev/enrich/people
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-company-enricher-people-leadership-lookup-a8608326
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tSI63peqHsMsERkZPxUPc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability domain-company-enricher-people-leadership-lookup-a8608326
```

Example prompt: Can you look up the CEO, founders, and key leaders at stripe.com and get me their LinkedIn profiles so I can research the team before my sales call?

## When to prefer this

Use this endpoint when you need people-level data — specifically CEO, founders, and key executives — for a known company domain or name. Prefer this over generic firmographics endpoints when the goal is identifying and contacting specific decision makers, building outreach lists, or enriching CRM records with leadership contacts and LinkedIn profiles.

## Known failure modes

- Unknown or unrecognized domain returns empty or low-confidence result
- Private/unlisted companies may have incomplete or missing leadership data
- LinkedIn URLs may be null for less-prominent leaders
- Rate limiting or payment failure returns 402 or error response
- Malformed query string returns 400 error

## How this service works

Given a company domain, name, or work email, returns structured JSON with company name, industry, country, employee range, technologies, B2B/B2C classification, and confidence score. Built for lead enrichment, CRM cleanup, prospect research, and sales automation agents.

## Output

Returns a JSON object containing the CEO's name and LinkedIn URL, an array of founders with names and LinkedIn URLs, and a list of key leaders with their titles and LinkedIn URLs (when available).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "examples": [
    "stripe.com"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ceo": {
   "name": "Patrick Collison",
   "linkedin": "https://www.linkedin.com/in/patrickcollison/"
  },
  "company": "Stripe",
  "founders": [
   {
    "name": "Patrick Collison",
    "linkedin": "https://www.linkedin.com/in/patrickcollison/"
   },
   {
    "name": "John Collison",
    "linkedin": "https://www.linkedin.com/in/johnbcollison/"
   }
  ],
  "key_leaders": [
   {
    "name": "Will Gaybrick",
    "title": "President, Product and Business",
    "linkedin": null
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-company-enricher-people-leadership-lookup-a8608326/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from domain-enricher.hahavoid0.workers.dev](https://www.zero.xyz/host/domain-enricher.hahavoid0.workers.dev/llms.txt)
