Domain Age Checker — Registration Date & Exact Age (WHOIS) avatar

Domain Age Checker — Registration Date & Exact Age (WHOIS)

Pricing

$20.00 / 1,000 domain checkeds

Go to Apify Store
Domain Age Checker — Registration Date & Exact Age (WHOIS)

Domain Age Checker — Registration Date & Exact Age (WHOIS)

Input: a list of domains. Output: one JSON record per domain with the WHOIS registration date and exact domain age in years and days. A trust and SEO signal agents and marketers use to vet sites. Cheap pay-per-result pricing: $0.02 per domain checked.

Pricing

$20.00 / 1,000 domain checkeds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Domain Age Checker

How old is a domain? Get its registration date and exact age in years and days via WHOIS — a trust and SEO signal that agents and marketers rely on.

Live on the Apify Store — run it instantly, or call it as an agent tool via Apify MCP.

What you get

  • Creation date pulled straight from WHOIS (registry + registrar referral chain).
  • Exact age in both days and years.
  • Maturity classnew (<1y), established (1–5y), mature (5y+).
  • Single or bulk — pass one domain or a list of domains.

Input

{
"domain": "google.com",
"domains": ["github.com", "wikipedia.org"],
"maxDomains": 25
}

Provide either a single domain, a domains array, or both. Schemes and paths (e.g. https://google.com/search) are normalized automatically.

Output

One dataset item per domain:

{
"domain": "google.com",
"createdAt": "1997-09-15T04:00:00.000Z",
"ageDays": 10510,
"ageYears": 28.8,
"maturity": "mature",
"checkedAt": "2026-06-24T00:00:00.000Z"
}

When a domain's WHOIS record exposes no creation date, the item returns createdAt: null, maturity: "unknown", and a note.