# Domain Intel: Multi-Record DNS + RDAP Lookup

> Domain Intel: Multi-Record DNS + RDAP Lookup is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves a comprehensive live DNS summary (A, AAAA, CNAME, MX, NS, TXT, SOA, CAA, SPF, DMARC) for any domain via DNS-over-HTTPS

## Facts

- Endpoint: GET https://x402.professorsausages.com/domain-intel/dns/:domain
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-intel-multi-record-dns-rdap-lookup-b1e51789
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xucMuj-2R420F8c5QZG6l

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 domain-intel-multi-record-dns-rdap-lookup-b1e51789
```

Example prompt: Can you pull up all the DNS records for stripe.com — I want to see the MX, SPF, DMARC, nameservers, and any A records, all live right now?

## When to prefer this

Use this endpoint when you need a comprehensive, always-live, multi-record DNS snapshot for a domain in a single call rather than querying individual record types separately. Ideal for domain audits, email deliverability checks (SPF/DMARC), infrastructure reconnaissance, or verifying DNS propagation. Prefer over manual dig/nslookup tooling when you need structured JSON output covering all major record types at once.

## Known failure modes

- Domain does not exist (NXDOMAIN) — returns empty or error response
- Domain has no records of certain types — missing fields in response
- DoH resolver timeout — transient network failure
- Malformed domain input — request fails validation
- Rate limiting at DoH provider — occasional delays or retries needed

## How this service works

Multi-record DNS summary (A/AAAA/CNAME/MX/NS/TXT/SOA/CAA + SPF/DMARC) over DoH — ALWAYS live

## Output

A structured summary of all major DNS record types for the queried domain fetched live via DoH, including A/AAAA/CNAME/MX/NS/TXT/SOA/CAA records plus parsed SPF and DMARC policies.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-intel-multi-record-dns-rdap-lookup-b1e51789/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
