# LION Verified Company Research

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

Enriches a company domain or name with firmographics, web data, and domain trust signals in a single keyless API call

## Facts

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

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-research-213efabd
```

Example prompt: Can you pull up the company profile for stripe.com — I need their industry, employee count, country, and a domain trust score before I move forward with this partnership?

## When to prefer this

Choose this endpoint when you need a fast, low-cost ($0.03) single-call company enrichment that combines web scraping, firmographics, and domain trust without managing API keys. It is preferable over pricier dossier services ($0.05–$0.08) for lightweight lookups where cryptographic attestation (Ed25519) of the result matters for downstream verification.

## Known failure modes

- Unknown or very new domain returns sparse or empty firmographic data
- Ambiguous company name (no domain provided) may return the wrong entity
- Domain with no web presence may yield low-confidence results
- Invalid or malformed query parameter returns a 400-level error
- Payment failure or insufficient USDC balance blocks the call

## How this service works

Company research / org enrich / firmographics for AI agents. KYB vendor intel by domain or name: employees, country, industry, website, domain trust. $0.03 keyless Base USDC. Use before people enrichment. ?q=stripe.com

## Output

Returns a structured company profile including firmographic fields (company name, employee count, industry, country, website), web-scraped data, and a domain trust score. The response is Ed25519-attested for cryptographic provenance.

## 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 name or domain e.g. stripe.com"
      },
      "domain": {
       "type": "string",
       "description": "Optional domain override"
      }
     }
    }
   },
   "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-research-213efabd/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)
