Every signal behind a domain.
One call.
Sales teams, infosec teams, and growth engineers spend hours stitching together WHOIS lookups, certificate logs, DNS queries, and technology detectors. Qcrawl returns all of it in a single response, in real time.
POST https://api.qcrawl.com/v1/dns/intelligence
Authorization: Bearer osk_…
{ "domain": "anthropic.com" } {
"status": "success",
"domain": "anthropic.com",
"email_provider": "Google Workspace",
"nameserver_provider": "Cloudflare",
"has_spf": true,
"has_dmarc": true,
"technologies": [
"SPF", "Google Search Console",
"Microsoft 365", "Stripe", "Atlassian"
],
"records": { "A": [...], "MX": [...], "TXT": [...] }
} Six intelligence endpoints, one key.
POST /v1/dns/lookup DNS lookup
A, MX, TXT, NS, CNAME, AAAA records in one structured response.
POST /v1/dns/intelligence DNS intelligence
Detect the email provider, nameserver provider, SPF and DMARC posture, and inferred technology footprint.
POST /v1/intel/ssl SSL certificate
Issuer, expiry date, days remaining, subject, SANs. Built for monitoring and pipeline-aware renewals.
POST /v1/intel/whois WHOIS
Registrar, creation and expiry dates, abuse contacts, nameservers — all structured.
POST /v1/intel/page Page intelligence
Technology stack, contact emails and phones, social profiles, RSS and JSON feeds, every logo and favicon.
POST /v1/intel/geoip IP geolocation
Country, region, city, lat/lon, timezone, ASN and ISP for any public IPv4 or IPv6 address — served from a local database with no per-lookup latency.
POST /v1/verify/email Email verification
Syntax check, MX lookup, SMTP handshake, catch-all detection, disposable provider check, deliverability score.
Who uses domain intelligence
Sales intelligence platforms
Enrich every account in your pipeline with technology stack, mail provider, and decision-maker email patterns. One call per domain, structured JSON in milliseconds.
Threat intelligence and infosec
Monitor certificate expiry across thousands of domains, flag SPF and DMARC gaps, detect when infrastructure quietly changes hands. All from a single API.
RevOps and ABM
Target by technology footprint. Identify accounts running specific stacks — Stripe, Atlassian, Workspace — without scraping LinkedIn or licensing a separate enrichment vendor.
Competitive monitoring
Track when a competitor's SSL provider changes, when their CDN switches, when a new subdomain appears on a sitemap. Signals you cannot get from a marketing fly-by.
Two lines of code.
Drop intelligence into any pipeline today.
# Get the full domain intelligence picture in one call.
curl -X POST https://api.qcrawl.com/v1/dns/intelligence \
-H "Authorization: Bearer osk_..." \
-H "Content-Type: application/json" \
-d '{"domain": "anthropic.com"}'Common questions about domain intelligence
What is the difference between DNS lookup and DNS intelligence? ▾
How fast is the intelligence layer? ▾
How accurate is technology detection? ▾
Can I verify email deliverability without sending an email? ▾
Is this safe to run at scale against the same domain? ▾
How is this different from a tool like BuiltWith? ▾
Recipes that use the intelligence layer
See all recipes →How to enrich B2B leads from a domain in 2026
Turn a list of company domains into a sales-ready dataset with tech stack, contact emails, social profiles, and email-deliverability scores — no Clearbit budget required.
How to verify email addresses at scale in 2026
SMTP-handshake verification, catch-all and disposable detection, MX-record validation — how RevOps teams keep cold-outbound deliverability above 95% in 2026.
How to scrape Google Maps businesses in 2026
Pull places, ratings, reviews, hours, addresses, and coordinates from Google Maps at scale — the architecture that local SEO, sales prospecting, and market research teams actually use.
Enrich your first 1,000 domains free.
No credit card. Every endpoint included.