SnoopScan
← The whole library

Domain age and backlinks for your agent

Domain registration date, age, expiry, registrar, nameservers, DNS records and the sites that link to it.

Domain age and backlinks

Live Domains · SnoopScan · Worldwide 1 credit

Give it any domain and get its registration record, its DNS and the referring domains our crawler has seen linking to it. Used to vet a source or a supplier, size up a competitor, or spot a site registered last week.

What you get
  • Created date
  • Age in days
  • Expiry date
  • Registrar
  • Nameservers
  • DNS records
  • Referring domains
  • Link counts
Actions
Domain report
How to use it
An agent calls domain on the same MCP connection as every other tool.
Your code calls POST /v1/domain with your API key.
Try asking your agentUse SnoopScan to check how old nytimes.com is, who its registrar is and which sites link to it.
Example response
{
  "domain": "example.com",
  "registration": {
    "createdAt": "1995-08-14",
    "ageDays": 11363,
    "registrar": "RESERVED-Internet Assigned Numbers Authority"
  },
  "dns": { "ns": ["a.iana-servers.net", "b.iana-servers.net"] },
  "backlinks": { "referringDomains": 412, "linksSeen": 1935 }
}