# StableEnrich Company Enrich (org-enrich)

> StableEnrich Company Enrich (org-enrich) is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Enriches a company/organization profile with firmographic data such as industry, size, funding, and contact details using the CompanyEnrich API.

## Facts

- Endpoint: POST https://stableenrich.dev/api/companyenrich/org-enrich
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-company-enrich-org-enrich-d071db2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7eVS4ZBHq9-uPALqvaAPe

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 stableenrich-company-enrich-org-enrich-d071db2a -d '<json body>'
```

Example prompt: Can you enrich the company profile for Stripe using their domain stripe.com — I need their industry, employee count, funding stage, and headquarters location.

## When to prefer this

Use this endpoint when you need to enrich a single company/organization with firmographic data on a pay-per-request basis without committing to a subscription. Ideal for low-volume, ad-hoc company lookups within an agent workflow where you already have a company domain or name. Prefer this over direct CompanyEnrich subscriptions when you need no-auth, no-subscription access via x402 micropayments.

## Known failure modes

- Company domain not found or unrecognized — returns empty or null result
- Invalid domain format causes a 400 bad request
- Payment of 0.06 USDC not fulfilled — x402 payment required error
- CompanyEnrich upstream API unavailable — 502 or 503 error
- Rate limit exceeded on underlying provider
- Company exists but has insufficient public data — partial or sparse result returned

## How this service works

Pay-per-request access to FullEnrich, CompanyEnrich, LeadMagic, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.

## Output

A structured company profile including firmographic details such as company name, industry vertical, employee count range, funding information, headquarters address, founding year, social media links, and a business description.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "minLength": 1,
   "description": "Company domain, e.g. 'stripe.com'. openai.com is a known bad resolve; x.com returns 404 — use twitter.com."
  },
  "expand": {
   "enum": [
    "workforce"
   ],
   "type": "string",
   "description": "Optional workforce breakdown (+5 upstream credits). Verify returned domain matches input before trusting workforce data."
  },
  "excludeFields": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-company-enrich-org-enrich-d071db2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableenrich.dev](https://www.zero.xyz/host/stableenrich.dev/llms.txt)
