E

enrich-domain · Enrich Domain

by enrich-domain

GETBase

$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/domain

4

Calls / 30d

3

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xf22e558a00d91ee12a1f50c52186fecb8ddff493
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from enrich-domain & similar services