# Company Enrichment Deep

> Company Enrichment Deep is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Enriches a company profile with deep firmographic and technology context given a domain or company name

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/company-enrichment-deep
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-enrichment-deep-4a5cc646
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zu8gSf3yqtoIZ2gltg-WS

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 company-enrichment-deep-4a5cc646 -d '<json body>'
```

Example prompt: Can you pull a deep company profile for stripe.com — I need their industry, estimated size, revenue signals, funding stage, HQ location, and any tech stack indicators before I reach out to them?

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-dimensional company profile in a single call — covering firmographics, funding context, and technology stack together — rather than separate point lookups. It is ideal for pre-outreach research, segmentation, competitive intelligence, or underwriting workflows where breadth of company context matters more than real-time data freshness.

## Known failure modes

- Unknown domain or company name returns empty or low-confidence profile
- Very small or newly formed companies may have sparse data
- Domain aliases or redirects may not resolve to correct company
- Rate limiting or payment failure returns 402 or 429 error
- Ambiguous company names without a domain may match wrong entity

## How this service works

Company Enrichment Deep: Enrich a company profile with deeper firmographic and technology context so teams can evaluate an organization with more confidence before outreach, research, or underwriting. This agent accepts a company domain or company name and can assemble details such as industry, size, revenue signals, funding context, headquarters, and technology stack indicators. It returns a broader company picture that is useful for prospecting, segmentation, competitive analysis, and accou...

## Output

Returns a structured company profile including industry classification, estimated headcount and size band, revenue signals, funding stage and context, headquarters location, and technology stack indicators — providing a comprehensive organizational picture suitable for sales, research, or underwriting decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "title": "Domain",
   "default": "",
   "description": "Company website domain",
   "json_schema_extra": {
    "example": "stripe.com"
   }
  },
  "company_name": {
   "type": "string",
   "title": "Company Name",
   "default": "",
   "description": "Company name (if domain unknown)",
   "json_schema_extra": {
    "example": "Stripe"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-enrichment-deep-4a5cc646/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
