# Qonoro Domain Intelligence

> Qonoro Domain Intelligence is a paid API for AI agents from api.qonoro.ai, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Given a domain name, returns full tech stack, DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.

## Facts

- Endpoint: POST https://api.qonoro.ai/v1/domain/intelligence
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/qonoro-domain-intelligence-ae102aba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wKJmEHDINdS8yITC2-RoZ

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 qonoro-domain-intelligence-ae102aba -d '<json body>'
```

Example prompt: Can you pull up the full domain intelligence report for stripe.com — I want to know their tech stack, CMS, hosting provider, email marketing tool, DNS records, WHOIS info, and how old the domain is?

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call domain profile combining tech stack detection, DNS, WHOIS, hosting, and email provider data. It is ideal for sales intelligence, competitive research, prospect qualification, and due diligence workflows where you need to understand a company's web infrastructure without making multiple separate API calls. Prefer it over generic WHOIS-only or tech-detection-only tools when breadth of domain signals matters.

## Known failure modes

- Domain not found or unresolvable — returns empty or null fields for DNS/WHOIS
- Private WHOIS registration — WHOIS data may be redacted or minimal
- Very new domains — tech stack detection may be incomplete if site is under construction
- Non-public or internal domains — limited data returned
- Rate limiting or payment failure — HTTP 402 if x402 payment not processed

## How this service works

Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.

## Output

A structured JSON object containing: detected CMS, JavaScript frameworks, analytics platforms, CDN providers, email marketing tools, and e-commerce platforms (tech stack); full DNS records; WHOIS registration data; identified email provider; hosting provider name; and domain age in days/years.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain name to analyze (e.g. 'stripe.com')."
  },
  "buyer_region": {
   "type": "string",
   "description": "Optional privacy-safe buyer region for operational reporting."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/qonoro-domain-intelligence-ae102aba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.qonoro.ai](https://www.zero.xyz/host/api.qonoro.ai/llms.txt)
