Qonoro Domain Intelligence Agent
POST api.qonoro.ai/v1/domain/intelligence
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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.
Resource: api.qonoro.ai/v1/domain/intelligence
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"domain": "stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"domain"
],
"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."
}
}
}
},
"output": {
"type": "json",
"example": {
"domain": "stripe.com",
"hosting": {
"ip_address": "104.16.132.229",
"nameservers": [
"ns1.cloudflare.com",
"ns2.cloudflare.com"
],
"cdn_detected": true,
"hosting_provider": "Cloudflare"
},
"cache_hit": false,
"registrar": "MarkMonitor Inc.",
"request_id": "example-request-id",
"tech_stack": {
"cdn": [
"Cloudflare"
],
"cms": [],
"other": [
"Stripe"
],
"analytics": [
"Google Analytics",
"Segment"
],
"ecommerce": [],
"frameworks": [
"React",
"Next.js"
],
"ui_frameworks": [],
"email_marketing": []
},
"dns_records": {
"a_records": [
"104.16.132.229"
],
"mx_records": [
"aspmx.l.google.com"
],
"ns_records": [
"ns1.cloudflare.com",
"ns2.cloudflare.com"
],
"txt_records": [
"v=spf1 include:_spf.google.com ~all"
]
},
"expiry_date": "2026-04-27",
"domain_age_years": 24.3,
"quality_warnings": [],
"response_time_ms": 1234.5,
"registration_date": "2000-04-27",
"email_intelligence": {
"mx_records": [
"aspmx.l.google.com"
],
"email_provider": "Google Workspace"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "30000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.