Domain Expiry Monitor — WHOIS Expiry Dates & Alert Flags avatar

Domain Expiry Monitor — WHOIS Expiry Dates & Alert Flags

Pricing

$20.00 / 1,000 domain checkeds

Go to Apify Store
Domain Expiry Monitor — WHOIS Expiry Dates & Alert Flags

Domain Expiry Monitor — WHOIS Expiry Dates & Alert Flags

Input: a list of domains. Output: one JSON record per domain with the WHOIS expiry date, days remaining, and an expiring-soon alert flag for domains close to lapsing. Schedule it and never lose a domain. Cheap pay-per-result: $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

5 days ago

Last modified

Share

Domain Expiry Monitor

Never lose a domain again — get the exact WHOIS expiry date, days remaining, and an early-warning flag for any domain.

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

What you get

  • expiresAt — the registry/registrar expiry date (ISO 8601), parsed from live WHOIS.
  • daysRemaining — whole days until expiry (negative if already expired).
  • expiringSoontrue when the domain expires within your warnDays window (default 30).
  • expiredtrue when the expiry date is in the past.
  • Single domain or bulk — pass domain or a domains array (up to maxDomains).
  • Per-domain error isolation: one bad domain never fails the run.

Input

{
"domains": ["github.com", "cloudflare.com"],
"warnDays": 30,
"maxDomains": 50
}

Output

{
"domain": "github.com",
"expiresAt": "2026-10-09T18:20:50.000Z",
"daysRemaining": 472,
"expiringSoon": false,
"expired": false,
"warnDays": 30,
"checkedAt": "2026-06-24T12:00:00.000Z"
}

Set warnDays to your renewal lead time and run it on a schedule to catch expiring domains before they lapse.