VOOZH about

URL: https://apify.com/accurate_pouch/domain-age-checker

โ‡ฑ Domain Age Checker โ€” Bulk RDAP Lookup ยท Apify


๐Ÿ‘ Domain Age Checker โ€” Bulk RDAP Lookup avatar

Domain Age Checker โ€” Bulk RDAP Lookup

Pricing

$4.00 / 1,000 domain checkeds

Go to Apify Store

Domain Age Checker โ€” Bulk RDAP Lookup

Check domain age, registration date, expiration, registrar, and nameservers for any list of domains. No API key needed โ€” uses the public RDAP standard. Perfect for SEO research, fraud detection, lead enrichment, and domain investing.

Pricing

$4.00 / 1,000 domain checkeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Manchitt Sanan

Manchitt Sanan

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

a month ago

Last modified

Share

Check the age, registration date, expiration date, registrar, and nameservers for any list of domains โ€” in bulk, in seconds, with no API key required.

Uses the public RDAP (Registration Data Access Protocol) standard, which replaced WHOIS and is maintained by IANA. Results are structured JSON, ready to export to CSV or feed into your own pipeline.


Use cases

  • SEO research โ€” Filter out freshly registered domains when building link profiles. Old, authoritative domains carry more weight.
  • Domain investing โ€” Quickly screen hundreds of domains to find aged assets worth acquiring.
  • Fraud & brand protection โ€” Detect newly registered lookalike domains targeting your brand before they are weaponized.
  • Competitor intelligence โ€” Find out when your competitors' domains were registered, and how close their renewals are.
  • Lead enrichment โ€” Append domain age to your CRM data for scoring and qualification.
  • Expired domain hunting โ€” Cross-reference expiration dates against your prospect list.

Input

{
"domains":[
"example.com",
"google.com",
"github.com"
],
"maxConcurrency":5
}
FieldTypeRequiredDefaultDescription
domainsarray of stringsYesโ€”Domain names to look up. Do not include http:// or trailing slashes.
maxConcurrencyintegerNo5Parallel RDAP requests (1โ€“50). Higher = faster, but may hit RDAP rate limits for large batches.

Output

Each domain produces one item in the dataset:

{
"domain":"example.com",
"registered":"1995-08-14",
"expires":"2025-08-13",
"ageInDays":10606,
"ageInYears":29.0,
"registrar":"ICANN",
"nameservers":[
"a.iana-servers.net",
"b.iana-servers.net"
],
"status":"active",
"error":null
}
FieldDescription
domainNormalised domain name
registeredRegistration date (YYYY-MM-DD), or null if unavailable
expiresExpiration date (YYYY-MM-DD), or null if unavailable
ageInDaysDays since registration as of run date
ageInYearsAge rounded to 1 decimal place
registrarRegistrar name from RDAP, or null
nameserversArray of nameserver hostnames
statusactive, not-registered, or error
errorError message if status is error, otherwise null

Status values

  • active โ€” Domain is registered; full data returned.
  • not-registered โ€” Domain returned a 404 from RDAP (unregistered or new TLD not in RDAP).
  • error โ€” RDAP query failed (timeout, network error, unexpected response).

Pricing

$0.003 per domain successfully resolved (pay-per-event pricing).

  • Unregistered domains (404) and errors are not charged.
  • 1,000 domains = $3.00
  • 10,000 domains = $30.00

Performance

  • Default concurrency: 5 parallel requests
  • Typical latency: 300โ€“800 ms per domain (depends on TLD's RDAP server)
  • Recommended max: 20 concurrent for large batches to avoid rate limits

Limitations

  • RDAP coverage depends on the TLD. Most gTLDs (.com, .net, .org, .io) and many ccTLDs are supported. Some legacy or exotic TLDs may fall back to error status.
  • RDAP servers occasionally omit fields like registrar or expiration. In those cases the field is null.
  • This actor does not use WHOIS as a fallback โ€” RDAP only.

No API key required

This actor uses the public RDAP standard (https://rdap.org/). No authentication, no API keys, no rate-limit tiers to manage.


Example: bulk domain age filter for link building

{
"domains":[
"moz.com",
"semrush.com",
"ahrefs.com",
"majestic.com",
"spyfu.com"
],
"maxConcurrency":10
}

Output will tell you which of these tools has the oldest domain, useful for trust and authority comparisons.


Related actors in this suite

Other tools by accurate_pouch for domain + security intelligence:

  • DNS/WHOIS Suite โ€” Full DNS lookup (A/AAAA/MX/TXT/NS/CNAME/SOA) + RDAP. $0.004/domain.
  • SSL Monitor โ€” Certificate chain, expiry, fingerprint, key size, webhook on change. $0.004/domain.
  • Security Headers โ€” 12 OWASP headers graded A+ to F, webhook. $0.004/URL.
  • TheCrawler โ€” Web scraper + LLM-powered structured extraction. AGPL-3.0, also on npm (thecrawler@0.1.1). $0.005/page.

Run on Apify

๐Ÿ‘ Run on Apify

No setup needed. Click above to run in the cloud. $0.003 per operation.

You might also like

Domain Age Checker

automation-lab/domain-age-checker

Check domain age and registration dates in bulk using RDAP โ€” the modern WHOIS replacement. Returns registration date, expiration date, registrar, nameservers, and age in days/years. Ideal for SEO analysis, fraud detection, and domain research.

๐Ÿ‘ User avatar

Stas Persiianenko

22

Domain Intelligence Scraper

benthepythondev/domain-intelligence-scraper

Extract domain registration data including age, expiry dates, registrar, nameservers, and DNSSEC status using free RDAP/WHOIS APIs. Perfect for SEO, lead generation, and security research

Domain Age Checker

onescales/domain-age-checker

Bulk domain age lookup tool. Get registration date, expiration date, and domain history for hundreds of domains at once. Supports .com, .co.uk, .io, .ai, and 100+ TLDs.

21

5.0

Domain WHOIS Lookup - Age, Expiry, Registrar, DNS

george.the.developer/domain-whois-lookup

Look up WHOIS data, domain age, expiration date, registrar, nameservers, and DNS records for any domain. Bulk lookup supported.

19

WHOIS Domain Lookup: Operational Domain Intelligence

ryanclinton/whois-domain-lookup

Look up WHOIS and RDAP registration data for any domain in bulk. Get registrar details, creation and expiry dates, nameservers, domain age, registrant info, DNSSEC status, and EPP status codes -- all without needing any API key.

24

RDAP Domain Lookup Scraper (WHOIS Replacement)

parseforge/rdap-domain-lookup-scraper

Modern WHOIS via the RDAP protocol. Bulk lookup of domains across any TLD โ€” uses IANA's RDAP bootstrap to route each domain to the correct registry server. Returns registrar, registration / expiration / last-changed dates, nameservers, registrant entities, DNSSEC, and status flags.

Domain Age Checker โ€” Bulk RDAP + WHOIS Lookup

prodiger/domain-age-checker

Bulk-check domain age, registration date, expiry, registrar, nameservers, DNSSEC, and EPP status codes via IANA-bootstrapped RDAP with port-43 WHOIS fallback for ccTLDs (.de, .ru, .jp, .kr, .cn, .it, .br, .es, .pl, .nl).

DNS & WHOIS Suite โ€” Bulk Records + RDAP Lookup

accurate_pouch/dns-whois-suite

Full DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA) + RDAP WHOIS (registration, expiry, registrar, nameservers, domain age). Domain availability check. 10 domains free.

๐Ÿ‘ User avatar

Manchitt Sanan

3

Whois RDAP Lookup & Domain Ownership Checker API

dev00/whois-rdap-lookup-domain-ownership-checker-api

Query domain registration details (WHOIS) via standard RDAP with automatic fallback and clean JSON responses.

dev00

2