# StableEnrich FullEnrich Company Search

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

Search for companies by name or domain using the FullEnrich API, pay-per-request with no subscription required

## Facts

- Endpoint: POST https://stableenrich.dev/api/fullenrich/company-search
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-fullenrich-company-search-09a5f8b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hHkkGG93wxHnoGSN9PBPO

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-fullenrich-company-search-09a5f8b4 -d '<json body>'
```

Example prompt: Search for company information on 'Anthropic' — I need their industry, approximate employee count, and headquarters location.

## When to prefer this

Choose this endpoint when you need company-level firmographic data (industry, size, location) and want pay-per-use pricing without a FullEnrich subscription. Ideal for low-volume or sporadic lookups where committing to a subscription is wasteful. Prefer over direct FullEnrich API when you want unified billing across multiple enrichment providers.

## Known failure modes

- Company not found in FullEnrich database — returns empty or null result
- Insufficient USDC balance or failed x402 payment — request rejected before processing
- Invalid or missing company name/domain input — returns validation error
- FullEnrich upstream API unavailable — returns 502 or timeout error

## How this service works

FullEnrich Company Search — filter by domain, name, LinkedIn URL/ID, industry, type, HQ, headcount, founding year, keywords, specialties, and company IDs. Requires at least one filter; offset alone → 400. Paginate via search_after. Returns up to 10 results. $0.15 if results; free if empty. Legal names not brands (Anysphere≠Cursor).

## Output

Returns structured company profile data including company name, domain, industry, employee count, location, and other firmographic details sourced from FullEnrich's database.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "$schema": "https://json-schema.org/draft/2020-12/schema"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-fullenrich-company-search-09a5f8b4/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)
