# Domain Full Intelligence Lookup

> Domain Full Intelligence Lookup is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns comprehensive domain trust and website intelligence for a given URL, including trust score and domain metadata.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/domain/full
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-full-intelligence-lookup-0fd7352b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nWm2ckys4mW3y3eIebLH5

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 domain-full-intelligence-lookup-0fd7352b -d '<json body>'
```

Example prompt: Can you pull a full domain intelligence report on https://shopify.com and tell me its trust score and any key signals about its legitimacy?

## When to prefer this

Use this endpoint when you need a holistic, paid-grade domain trust and intelligence report on any public URL — especially for vetting unknown companies, flagging suspicious ecommerce sites, or enriching domain research with security and SEO signals in a single call.

## Known failure modes

- Invalid or non-public URL returns an error or empty result
- Unreachable URLs or private/internal domains may not return meaningful data
- Rate limiting or payment failures (402) if USDC balance is insufficient
- Timeout if the target domain is slow to respond during analysis

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

A JSON object containing the analyzed domain name and a numeric trust score (e.g. 0–100), along with additional website intelligence signals covering security, reputation, and domain metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "example.com",
  "trust_score": 90
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-full-intelligence-lookup-0fd7352b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
