# StableEnrich Company Properties Enrichment

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

Enrich a company record with property-level data using the CompanyEnrich provider, with pay-per-request billing via USDC.

## Facts

- Endpoint: POST https://stableenrich.dev/api/companyenrich/properties-enrich
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-company-properties-enrichment-2959e643
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PRJU3MeH44255QeEwYfiI

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-properties-enrichment-2959e643 -d '<json body>'
```

Example prompt: Can you enrich the company record for stripe.com and pull back all available property data like industry, size, location, and funding info?

## When to prefer this

Choose this endpoint when you need property-level company enrichment specifically via the CompanyEnrich provider and want pay-per-request USDC billing with no subscription or API key setup. Prefer this over direct CompanyEnrich access when you want a unified gateway with x402 micropayment support and no auth overhead.

## Known failure modes

- Company domain not found or unrecognized — returns empty or null properties
- Invalid or malformed domain input — returns 400-level error
- Provider-side data unavailability for niche or private companies
- Payment failure or insufficient USDC balance — request rejected
- Rate limiting or provider timeout resulting in 5xx error

## How this service works

CompanyEnrich Enrich by properties — match by name or social URL when domain is unknown. Best-match disambiguation; verify returned domain before downstream people searches. employees/revenue are range strings. expand: workforce adds +5 upstream credits.

## Output

Returns structured firmographic and property-level data about the target company, such as industry, employee count, headquarters location, funding details, and other business attributes sourced via the CompanyEnrich provider.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Company name. Best-match disambiguation when ambiguous."
  },
  "expand": {
   "enum": [
    "workforce"
   ],
   "type": "string",
   "description": "Optional workforce breakdown (+5 upstream credits). Verify returned domain matches intent before trusting workforce data."
  },
  "linkedinId": {
   "type": "string",
   "description": "LinkedIn company ID."
  },
  "twitterUrl": {
   "type": "string",
   "description": "Twitter/X company URL."
  },
  "youTubeUrl": {
   "type": "string",
   "description": "YouTube channel URL."
  },
  "facebookUrl": {
   "type": "string",
   "description": "Facebook company URL."
  },
  "linkedinUrl": {
   "type": "string",
   "description": "LinkedIn company page URL."
  },
  "instagramUrl": {
   "type": "string",
   "description": "Instagram company URL."
  },
  "excludeFields": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-company-properties-enrichment-2959e643/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)
