# LION Verified Company Dossier

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

Returns a one-call company research pack combining web data, firmographics, and domain trust signals for a given company name or domain.

## Facts

- Endpoint: GET https://lionx402.com/api/x402/company-dossier
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lion-verified-company-dossier-99c70f4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q8vUWH6YqK9igFFcLxWkH

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-dossier-99c70f4a
```

Example prompt: Can you pull a company dossier for coinbase.com — I need their firmographics, web presence, and domain trust info before we onboard them as a vendor?

## When to prefer this

Choose this endpoint when you need a fast, low-cost ($0.03) single-call company research pack combining web data, firmographics, and domain trust for vendor research, KYB triage, or competitive intelligence. Prefer it over richer but more expensive full dossier products when a quick overview suffices. Use the full verified file upsell ($0.95) when cryptographic attestation or SEC/VAT/OFAC detail is required.

## Known failure modes

- Unknown or unresolvable domain/company name returns empty or low-confidence results
- Ambiguous query string matching multiple companies may return incorrect firmographics
- Domain with no web presence or very new domains may yield sparse data
- Payment failure or x402 protocol error prevents response delivery
- Rate limiting or quota exhaustion on underlying data sources may degrade result quality

## How this service works

KYB company dossier / company research pack: web + firmographics + domain trust. $0.03. Vendor intel taster; upsell verified company file $0.95. ?q=coinbase.com

## Output

A structured company dossier including firmographic fields (name, employee count, country, industry, website), web-scraped company description, and domain trust signals, all aggregated in a single API response for $0.03 USDC. A full verified company file upsell at $0.95 is also available.

## 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": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string",
       "description": "Company or domain"
      },
      "domain": {
       "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-dossier-99c70f4a/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)
