# Domain Company Enricher — AI Firmographics & Lead Scoring API

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

Given a company domain or work email, returns structured firmographic data including company name, industry, country, employee range, technologies, B2B/B2C classification, lead score, and confidence score.

## Facts

- Endpoint: GET https://domain-enricher.hahavoid0.workers.dev/score/lead
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-company-enricher-ai-firmographics-lead-scoring-api-59932169
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bq5-jEb1yEgx-Nqpx4PnT

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-ai-firmographics-lead-scoring-api-59932169
```

Example prompt: Can you enrich this lead for me — their work email is john@stripe.com — and give me a lead score, industry, employee range, and whether they're B2B or B2C?

## When to prefer this

Use this endpoint when you need structured company intelligence from just a domain or work email, especially in sales automation, CRM enrichment, or lead scoring pipelines. Prefer it over generic web search when you need normalized, machine-readable firmographic output with a confidence score and B2B/B2C classification in a single call.

## Known failure modes

- Unknown or unresolvable domain returns low confidence score or empty fields
- Invalid email format may return an error or null result
- Newly registered domains may have no firmographic data available
- Private or personal domains (e.g. gmail.com) will not return company firmographics
- Rate limiting or payment failure (x402) results in 402 Payment Required response

## 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 with company name, fit level (e.g. 'high'), a numeric lead score (0–100), an array of reasons explaining the score, plus firmographic fields including industry, country, employee range, technology stack, and B2B/B2C classification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "examples": [
    "john@stripe.com"
   ]
  },
  "domain": {
   "type": "string",
   "examples": [
    "stripe.com"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "reasons": [
   "Strong B2B presence with global scale",
   "High technology adoption (payment APIs, fraud detection)",
   "Consistent market leader in e-commerce infrastructure"
  ],
  "fit_level": "high",
  "lead_score": 92,
  "company_name": "Stripe"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-company-enricher-ai-firmographics-lead-scoring-api-59932169/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)
