# Domain Company Enricher — AI Firmographics API

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

Returns structured company firmographic data (industry, size, technologies, revenue, competitors, B2B/B2C) given a company domain or name

## Facts

- Endpoint: GET https://domain-enricher.hahavoid0.workers.dev/research/company
- Price: $0.01/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-api-0a1af722
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xn7B41CeirPy7dceso-DO

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-api-0a1af722
```

Example prompt: Can you pull up the firmographic profile for stripe.com — I need their industry, employee range, B2B/B2C classification, estimated revenue, and main competitors to enrich my CRM record?

## When to prefer this

Use this endpoint when you need structured firmographic intelligence about a company given only a domain name or company name — especially for sales automation, lead enrichment pipelines, CRM data cleanup, or prospect research where you need industry, size, technology stack, and competitive context in a single call at low per-query cost ($0.01 USDC).

## Known failure modes

- Domain not found or unrecognized — returns low confidence score or empty fields
- Invalid input format (missing both domain and name) — returns 400 error
- Unknown or very new company with no indexable data — partial results with low confidence
- Rate limiting or payment failure via x402 — returns 402 Payment Required
- Worker timeout for complex lookups — returns 503 or partial 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

Structured JSON containing company name, one-line summary, industry, country, employee range, estimated revenue range, B2B/B2C classification, technologies used, product offerings, target market, competitor list, strengths, weaknesses, and a confidence score for the enrichment.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "stripe.com",
  "summary": "Stripe is a financial infrastructure platform for the internet.",
  "strengths": [
   "Highly developer-friendly",
   "Excellent documentation",
   "Scales seamlessly from startup to enterprise"
  ],
  "weaknesses": [
   "Higher flat-rate fee than competitors for high volumes",
   "Support can be hard to reach for smaller merchants"
  ],
  "competitors": [
   "Adyen",
   "PayPal",
   "Checkout.com",
   "Braintree"
  ],
  "company_name": "Stripe",
  "target_market": "E-commerce startups, SaaS companies, and enterprise platforms",
  "product_offerings": [
   "Payments API",
   "Stripe Billing",
   "Stripe Connect",
   "Stripe Radar"
  ],
  "estimated_revenue_range": "$1B+"
 }
}
```

## More

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