$0.015
per call · USD Coin on Base
Enrich a domain / company / email into one aggregated profile from public sources: registration (RDAP/WHOIS age, registrar, expiry, nameservers), DNS (A/AAAA/MX/NS, SPF, DMARC), TLS certificate (issuer, validity, expiry), homepage metadata (title, description, Open Graph, JSON-LD Organization, social links, role contacts) and a tech-stack detection. Each block is null-on-failure (partial, never 500). Business/domain data only — no personal data of individuals.
Endpoint
GET https://api.agentstools.dev/enrich/domain4
Calls / 30d
3
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.agentstools.dev/enrich/domain", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.agentstools.dev/enrich/domain?domain=stripe.com&include=registration%2Cdns%2Ctls%2Cweb%2Ctech" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"dns": {
"a": [
"1.2.3.4"
],
"dmarc": {
"policy": "reject",
"present": true
},
"has_mail": true,
"mail_provider": "Google Workspace",
"mx": [
{
"exchange": "...",
"preference": 10
}
],
"resolves": true,
"spf": {
"policy": "-all",
"present": true
}
},
"domain": "stripe.com",
"queried": [
"registration",
"dns",
"tls",
"web",
"tech"
],
"registration": {
"age_days": 6200,
"created": "2009-...",
"expires": "2027-...",
"nameservers": [
"ns-1.example.net"
],
"registered": true,
"registrar": "MarkMonitor Inc.",
"statuses": [
"client transfer prohibited"
]
},
"summary": {
"errors": {},
"partial": false,
"sources_ok": 5,
"sources_requested": 5
},
"tech": {
"count": 2,
"technologies": [
"Nginx",
"React"
]
},
"tls": {
"days_to_expiry": 70,
"expired": false,
"issuer": "...",
"san_count": 3,
"subject_cn": "stripe.com",
"valid": true
},
"web": {
"contacts": [
"support@stripe.com"
],
"description": "...",
"final_url": "https://stripe.com/",
"http_status": 200,
"open_graph": {
"og:title": "Stripe"
},
"organization": {
"logo": "https://...",
"name": "Stripe",
"social": [
"https://..."
]
},
"server": "nginx",
"title": "Stripe"
}
}Payment details
0xf22e558a00d91ee12a1f50c52186fecb8ddff493USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from enrich-domain & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…