# x402.omardev.xyz Lead Score

> x402.omardev.xyz Lead Score is a paid API for AI agents from x402.omardev.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns a 0-100 lead score with hot/warm/cold classification and reasoning for an EU/NL company domain, fusing VAT validation, KvK data, contact info, tech stack, and domain age

## Facts

- Endpoint: GET https://x402.omardev.xyz/lead-score
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-omardev-xyz-lead-score-ec6d17b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z7ZbaH7xHWpFdW36WHjS8

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 x402-omardev-xyz-lead-score-ec6d17b6
```

Example prompt: Score the company at techstartup.nl as a sales lead — give me their hot/warm/cold rating and tell me why they ranked that way.

## When to prefer this

Use this endpoint when qualifying EU or Netherlands-based B2B companies as sales leads and you need a single fused score rather than assembling raw data yourself. It is superior to calling individual enrichment, VAT validation, and tech-stack endpoints separately because it returns a pre-computed, explainable lead quality score with hot/warm/cold banding in one call.

## Known failure modes

- Domain not found or unresolvable — returns error or null score
- No EU/NL company registration found for domain — partial score with missing enrichment fields
- VIES service unavailable — VAT validation skipped, score computed without it
- Non-EU domain submitted — limited enrichment data, score may be unreliable
- Rate limit or payment failure via x402 — HTTP 402 returned

## How this service works

One-call B2B lead qualification for a domain: a 0-100 lead score with hot/warm/cold band and the reasons behind it, fusing EU company enrichment (VIES-validated VAT, KvK, contacts, tech) with domain age. Built for sales and lead-gen agents qualifying EU/NL companies. Pay per call with x402.

## Output

A JSON object containing a 0-100 numeric lead score, a categorical band (hot/warm/cold), a list of reasoning factors explaining the score, plus enriched company data including VIES-validated VAT number, KvK registration details, contact information, detected tech stack, and domain age.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-omardev-xyz-lead-score-ec6d17b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.omardev.xyz](https://www.zero.xyz/host/x402.omardev.xyz/llms.txt)
