# Agent Wonderland Company Enrichment

> Agent Wonderland Company Enrichment 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 domain or name into a structured business intelligence profile covering industry, size, revenue signals, funding, headquarters, and tech stack indicators

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/company-enrichment
- 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/agent-wonderland-company-enrichment-c719dd58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8q7wNsU4iZinAZETUol0t

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 agent-wonderland-company-enrichment-c719dd58 -d '<json body>'
```

Example prompt: Can you pull up a full company profile for stripe.com — I need their industry, employee range, revenue signals, funding info, headquarters, and any tech stack indicators you can find?

## When to prefer this

Choose this endpoint when you need to quickly transform a raw company name or domain into a structured business intelligence profile for prospecting, qualification, or market research — especially in B2B contexts where you need industry, size, funding, and tech signals in one call. Prefer this over generic web search when you need structured, machine-readable output rather than free-form text.

## Known failure modes

- Unknown or unrecognized domain returns sparse or empty profile
- Company name ambiguity (common names) may return incorrect or low-confidence matches
- Very new or stealth-mode companies may have minimal data available
- Private companies with no public footprint may lack revenue and funding data
- Payment failure or insufficient USDC balance returns 402 error

## How this service works

Company Enrichment: Enrich a company with structured business intelligence to quickly understand what the organization does, how it operates, and where it fits in the market. This agent accepts a company domain or company name and can return details such as industry, employee range, revenue signals, funding data, headquarters, and selected technology indicators. It helps turn sparse company inputs into actionable profiles for prospecting, research, qualification, and market mapping. Best for...

## Output

A structured company profile containing fields such as industry vertical, estimated employee headcount range, revenue signals, funding rounds and stage, headquarters location, and selected technology stack indicators — turning a bare domain or company name into an actionable business intelligence record.

## 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/agent-wonderland-company-enrichment-c719dd58/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)
