Strale DNS Lookup is a paid API for AI agents from api.strale.io, paid per call via x402, $0.0324/call, status unknown (last checked 2026-09-14).
Performs a comprehensive DNS lookup for a domain, returning A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection
Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection.
A structured response containing all major DNS record types (A, AAAA, MX, NS, TXT, CNAME) for the queried domain, along with parsed SPF policy details and DMARC configuration detection, giving a complete picture of the domain's DNS setup.
GEThttps://api.strale.io/x402/dns-lookupUse this endpoint when you need a comprehensive, single-call DNS audit covering all major record types plus email security records (SPF/DMARC) simultaneously, rather than making multiple separate DNS queries. Ideal for domain infrastructure investigation, email deliverability troubleshooting, or security audits.
{
"domain": "example.com"
}| Field | Type | Description |
|---|---|---|
| domainrequired | string | Domain name (e.g. example.com) |
{
"_meta": {
"payment": {
"method": "x402",
"price_usd": 0.0324,
"settlement_id": "0x4b7611ce3cc25d00fec6a3e1e98ebff92e014e6664830f58c5d4798388876242"
},
"capability": "dns-lookup",
"latency_ms": 10,
"provenance": {
"source": "dns",
"fetched_at": "2026-06-16T01:24:28.372Z"
}
},
"domain": "example.com",
"has_spf": true,
"a_records": [
"104.20.23.154",
"172.66.147.243"
],
"has_dmarc": true,
"mx_records": [
{
"exchange": "",
"priority": 0
}
],
"ns_records": [
"elliott.ns.cloudflare.com",
"hera.ns.cloudflare.com"
],
"txt_records": [
"_k2n1y4vw3qtb4skdx9e7dxt97qrmmq9",
"v=spf1 -all"
],
"aaaa_records": [
"2606:4700:10::6814:179a",
"2606:4700:10::ac42:93f3"
],
"dmarc_record": "v=DMARC1;p=reject;sp=reject;adkim=s;aspf=s",
"cname_records": []
}{
"domain": {
"type": "string"
},
"has_spf": {
"type": "boolean"
},
"a_records": {
"type": "array"
},
"has_dmarc": {
"type": "boolean"
},
"mx_records": {
"type": "array"
},
"ns_records": {
"type": "array"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"