# LION Verified Company Org Enrich

> LION Verified Company Org Enrich is a paid API for AI agents from lionx402.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Returns company firmographics (name, employees, country, industry, website) for a given domain or company name, optionally formatted as Apollo-compatible output, for $0.04 per call.

## Facts

- Endpoint: GET https://lionx402.com/api/x402/org-enrich
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lion-verified-company-org-enrich-4406aa42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IYrFf1Ox26lpoPzWgUbVO

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 lion-verified-company-org-enrich-4406aa42
```

Example prompt: Can you pull up the firmographics for stripe.com — I need their employee count, industry, country, and website, formatted like an Apollo org record?

## When to prefer this

Choose this endpoint when you need lightweight, keyless company firmographics at low cost ($0.04/call) without needing an Apollo or Clearbit subscription. Ideal for agents doing lead enrichment, CRM backfill, or sales research where Apollo-compatible output format is required. Prefer over full compliance endpoints when OFAC screening or cryptographic attestation is not needed.

## Known failure modes

- Unknown domain or company name returns empty or null result
- Ambiguous company name with multiple matches may return incorrect entity
- Payment failure (402) if USDC balance is insufficient
- Invalid identifier format causes 400 error
- Stale data for recently founded or rebranded companies

## How this service works

Org enrich (Apollo-shaped company enrichment). Firmographics by domain or name: name, employees, country, website. $0.04 keyless. format=apollo_org.

## Output

A structured firmographics object for the queried company including fields such as company name, employee count, country, industry vertical, and website URL. When format=apollo_org is specified, the response is shaped to match Apollo's organization schema for drop-in compatibility with sales and CRM tools.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "identifier"
     ],
     "properties": {
      "fields": {
       "type": "string"
      },
      "format": {
       "type": "string"
      },
      "identifier": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "service": "LION Verified Company",
  "asset_id": "LION",
  "resolved": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lion-verified-company-org-enrich-4406aa42/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lionx402.com](https://www.zero.xyz/host/lionx402.com/llms.txt)
