Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1339 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.qonoro.ai/v1/domain/intelligence
| Category | Everything else |
|---|---|
| Provider host | api.qonoro.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 1339 ms |
Example input (from the provider)
{
"body": {
"domain": "stripe.com"
},
"bodyType": "json",
"inputSchema": {
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"type": "string"
},
"domain": {
"description": "Domain name to analyze (e.g. 'stripe.com').",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"type": "string"
},
"domain": {
"description": "Domain name to analyze (e.g. 'stripe.com').",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"cache_hit": {
"type": "boolean"
},
"dns_records": {
"properties": {
"a_records": {
"items": {
"type": "string"
},
"type": "array"
},
"mx_records": {
"items": {
"type": "string"
},
"type": "array"
},
"ns_records": {
"items": {
"type": "string"
},
"type": "array"
},
"txt_records": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"domain": {
"type": "string"
},
"domain_age_years": {
"nullable": true,
"type": "number"
},
"email_intelligence": {
"properties": {
"email_provider": {
"nullable": true,
"type": "string"
},
"mx_records": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"expiry_date": {
"nullable": true,
"type": "string"
},
"hosting": {
"properties": {
"cdn_detected": {
"type": "boolean"
},
"hosting_provider": {
"nullable": true,
"type": "string"
},
"ip_address": {
"nullable": true,
"type": "string"
},
"nameservers": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"quality_warnings": {
"items": {
"type": "string"
},
"type": "array"
},
"registrar": {
"nullable": true,
"type": "string"
},
"registration_date": {
"nullable": true,
"type": "string"
},
"request_id": {
"type": "string"
},
"response_time_ms": {
"nullable": true,
"type": "number"
},
"tech_stack": {
"properties": {
"analytics": {
"items": {
"type": "string"
},
"type": "array"
},
"cdn": {
"items": {
"type": "string"
},
"type": "array"
},
"cms": {
"items": {
"type": "string"
},
"type": "array"
},
"ecommerce": {
"items": {
"type": "string"
},
"type": "array"
},
"email_marketing": {
"items": {
"type": "string"
},
"type": "array"
},
"frameworks": {
"items": {
"type": "string"
},
"type": "array"
},
"other": {
"items": {
"type": "string"
},
"type": "array"
},
"ui_frameworks": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}