Domain intelligence and website lookup in one JSON call: WHOIS/RDAP registration date, reg
Domain intelligence and website lookup in one JSON call: WHOIS/RDAP registration date, registrar and expiry; DNS records (A, MX, TXT), mail provider detection, SPF and DMARC email security check; website technology and CMS detection (tech stack); homepage title, meta description, OpenGraph, language, social profiles, contact emails; HTTP status, redirect chain, HTTPS/HSTS, robots.txt, sitemap; plus a 0-100 trust/reputation score for lead enrichment, vetting and research. $0.01 per domain.
10000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-11
updated
Provider
intel.rallylive.ca · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x91D568599fB802Cb3f03F067D2063785dBAF0abd",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "eip155:84532",
"payTo": "0x91D568599fB802Cb3f03F067D2063785dBAF0abd",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"amount": "10000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"domain": "example.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"checked_at": "2026-09-10T00:00:00.000Z",
"dns": {
"a": [
"93.184.215.14"
],
"dmarc": null,
"dmarc_policy": null,
"dmarc_present": false,
"mail_provider": "self-hosted or other (example.com)",
"mx": [
{
"exchange": "mail.example.com",
"priority": 10
}
],
"spf": "v=spf1 -all",
"spf_present": true,
"txt": [
"v=spf1 -all"
]
},
"domain": "example.com",
"elapsed_ms": 1450,
"established_reasons": [
"domain age 31.1y (+30)",
"resolves (+10)",
"has MX (+10)",
"SPF (+5)",
"homepage 200 (+10)",
"https (+5)",
"title (+5)"
],
"established_score": 62,
"homepage": {
"contact_emails": [],
"description": null,
"generator": null,
"has_favicon": false,
"has_viewport": true,
"html_bytes": 1256,
"language": "en",
"og": {},
"social_links": {},
"tech_hints": [],
"title": "Example Domain"
},
"http": {
"content_type": "text/html",
"error": null,
"final_url": "https://example.com/",
"hsts": false,
"https": true,
"reachable": true,
"redirect_chain": [
{
"status": 200,
"url": "https://example.com"
}
],
"server": "ECAcc",
"status": 200
},
"registration": {
"available": true,
"expires": "2026-08-13T04:00:00Z",
"nameservers": [
"a.iana-servers.net",
"b.iana-servers.net"
],
"registered": "1995-08-14T04:00:00Z",
"registrar": "RESERVED-Internet Assigned Numbers Authority",
"status": 200,
"status_codes": [
"client delete prohibited"
],
"updated": "2025-08-14T07:01:34Z"
},
"robots_txt": {
"disallow_count": 0,
"present": false,
"sitemaps_declared": []
},
"sitemap": {
"present": false,
"url": null
},
"sources": [
"dns",
"rdap.org",
"homepage",
"robots.txt",
"sitemap.xml"
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://intel.rallylive.ca/domain-intel" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://intel.rallylive.ca/domain-intel");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://intel.rallylive.ca/domain-intel")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/10197.json, and this resource appears in /discovery/resources and /discovery/search.