Go to Hyperscrape Store

Certificate Expiry Monitor

hyperscrape/certificate-expiry-monitor

Track SSL/TLS certificate expiry per domain via Certificate Transparency logs.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/certificate-expiry-monitor?domains=example.com

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Looks up each domain in Certificate Transparency logs (the public crt.sh JSON API — no key needed) and reports the currently valid certificates: how many are live right now, the one expiring soonest (soonestNotAfter + daysUntilExpiry), its issuer, and all Subject Alternative Names it covers. Boolean flags expiringWithin30Days / 60 / 90 make it trivial to filter or alert on. Up to 10 individual valid certificates are listed per domain with their validity windows and crt.sh IDs.

Schedule it monthly and watch daysUntilExpiry shrink — if it drops below 30 without a fresh cert appearing, your renewal automation is broken.