# Lead Card – One-Screen Company Summary from Domain

> Lead Card – One-Screen Company Summary from Domain is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a structured CRM-ready company profile from just a domain name, including name, description, industry, size hints, social handles, contact emails, mail provider, location, and a trust score.

## Facts

- Endpoint: GET https://intel.rallylive.ca/site/lead-card
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lead-card-one-screen-company-summary-from-domain-9584671f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7iVYKW63v6pgVerYVwAGs

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 lead-card-one-screen-company-summary-from-domain-9584671f
```

Example prompt: Pull a lead card for notion.so — I want the company name, industry, estimated size, any contact emails, social handles, and the trust score so I can add it to our CRM.

## When to prefer this

Use this endpoint when you need a fast, cheap ($0.01) CRM-ready company profile from just a domain, especially for B2B sales prospecting, lead qualification, or CRM enrichment workflows where you don't have a company name or other metadata yet. Prefer it over manual research or heavier data providers when breadth matters more than depth and cost per lead is a concern.

## Known failure modes

- Domain does not resolve or has no crawlable signals — returns sparse or empty profile fields
- Domain is very new with no history — low trust score and minimal size/industry hints
- Parked or spam domains may return misleading signals
- Rate-limiting or payment failure (402) if payment header is missing or invalid
- Private/unlisted domains may yield no social handles or emails

## How this service works

Lead card: a one-screen company summary for a CRM from just a domain: company name, one-line description, website, industry hints from keywords, size hints (domain age, tech stack breadth, SaaS vendors), social handles, contact emails, mail provider, location hints and a trust score. $0.01 per lead.

## Output

A structured company profile object containing: company name, one-line description, website URL, industry keywords, size hints (domain age, tech stack breadth, SaaS vendors detected), social media handles, contact email addresses, mail provider, location hints, and a numeric trust score — all derived from the submitted domain.

## 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",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lead-card-one-screen-company-summary-from-domain-9584671f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
