# OwlKey Lead Intelligence API

> OwlKey Lead Intelligence API is a paid API for AI agents from www.owlkeyapi.com, paid per call via x402, $0.008/call, status down (last checked 2026-09-15).

Analyzes a company or domain and returns ICP fit, sales angles, buying signals, risk flags, and sourced research for sales prospecting.

## Facts

- Endpoint: POST https://www.owlkeyapi.com/x402/services/lead-intel
- Price: $0.008/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 3
- Tags: x402
- Canonical page: https://www.zero.xyz/c/owlkey-lead-intelligence-api-e2cfe3de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BvcZ94sX0FlU23xviyFw3

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 owlkey-lead-intelligence-api-e2cfe3de -d '<json body>'
```

Example prompt: Do a standard-depth lead intel run on acmecorp.com — I sell developer tooling to engineering leads, so flag any buying signals, ICP fit, and sales angles relevant to that target buyer.

## When to prefer this

Choose this endpoint when you need pre-call or pre-email company intelligence for B2B sales, especially when you want ICP fit scoring, buying signals, and sales angles in a single call rather than manually piecing together research from multiple sources. Ideal for SDRs, AEs, or AI sales agents enriching CRM leads at the point of outreach.

## Known failure modes

- Unknown or very new domain returns sparse/low-confidence results
- Invalid or malformed company_domain causes a validation error
- Deep research depth on obscure companies may return incomplete findings
- Region filter may limit results if no localized data is available
- Payment failure via x402 protocol blocks the request before processing

## How this service works

Company and domain intelligence API for sales agents. Returns ICP fit, sales angles, buying signals, risk flags, and sourced research.

## Output

A structured intelligence report on the target company including ICP fit assessment, recommended sales angles, identified buying signals, risk flags, and sourced research citations — tailored to the optional target buyer persona and region specified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "depth": {
   "enum": [
    "quick",
    "standard",
    "deep"
   ],
   "type": "string",
   "description": "Research depth."
  },
  "region": {
   "type": "string",
   "description": "Optional market or country focus."
  },
  "company_name": {
   "type": "string",
   "description": "Optional company name."
  },
  "company_domain": {
   "type": "string",
   "description": "Company website domain, without protocol."
  },
  "target_customer": {
   "type": "string",
   "description": "Optional target buyer or ICP."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/owlkey-lead-intelligence-api-e2cfe3de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.owlkeyapi.com](https://www.zero.xyz/host/www.owlkeyapi.com/llms.txt)
