VOOZH about

URL: https://apify.com/technicaldost/ssl-certificate-checker

โ‡ฑ SSL Certificate Checker API โ€” Expiry, Issuer, SAN ยท Apify


๐Ÿ‘ SSL Certificate Checker โ€” Expiry, Issuer & SAN by Domain avatar

SSL Certificate Checker โ€” Expiry, Issuer & SAN by Domain

Pricing

Pay per usage

Go to Apify Store

SSL Certificate Checker โ€” Expiry, Issuer & SAN by Domain

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

SSL Certificate Checker Check the SSL/TLS certificate of any domain โ€” issuer, subject, valid-from/to, days-to-expiry, SANs and protocol โ€” in one bulk call. No API key. Built for developers who need fast, reliable, bulk results without managing servers or proxies.

Features

  • One structured JSON record per domain.
  • Bulk + concurrent โ€” process up to 100 domains per run.
  • No proxy, no browser, no API key โ€” fast and low-cost.
  • Graceful failures: unreachable inputs return ok: false with an error; the run never crashes.

Input

{"domains":["github.com","apify.com"],"maxItems":100}

Output

One record per domain:

{
"domain":"github.com",
"ok":true,
"issuer":"DigiCert Inc",
"subject":"github.com",
"validFrom":"2026-01-01T00:00:00.000Z",
"validTo":"2027-01-01T00:00:00.000Z",
"daysToExpiry":192,
"expired":false,
"sans":["github.com","www.github.com"],
"protocol":"TLSv1.3"
}

Who it's for

  • DevOps monitoring certificate expiry
  • Security teams auditing TLS
  • Uptime/monitoring dashboards
  • Compliance & asset inventory

How to use

  1. Add your domains to the domains input field.
  2. Run the Actor and read one structured record per input from the dataset.
  3. Export as JSON, CSV, or Excel, or call the Actor's API from your backend.

FAQ

Do I need an API key? No. You provide domains; the Actor does the rest. Does it return personal data? No โ€” only public infrastructure/metadata, never personal contact data. What formats can I export? JSON, CSV, and Excel via the dataset, or the Actor API.

Pricing

Pay-per-event: a tiny per-run start fee plus a small per-result charge. You pay only for successful results. See the Pricing tab.

Further reading

  • Keyword: SSL certificate checker.

You might also like

SSL Certificate Checker

rationalistic_counsel/ssl-certificate-checker

SSL Certificate Monitor โ€” Bulk Expiry & Chain Checker

accurate_pouch/ssl-monitor

Monitor SSL/TLS certificates in bulk. Expiry dates, issuer, protocol version, key size, certificate chain, SAN list. Webhook alerts for expiring certs. 5 domains free.

๐Ÿ‘ User avatar

Manchitt Sanan

2

๐Ÿ”’ SSL Certificate Checker โ€” Bulk Expiry & Chain Monitor

nexgendata/ssl-certificate-checker

Bulk SSL/TLS certificate checker: for a list of domains, returns validity, expiry/days-remaining, issuer, subject, SANs, protocol, and cipher. For DevOps, security, and cert-expiry monitoring.

SSL Certificate Checker

automation-lab/ssl-certificate-checker

SSL Certificate Checker connects to domains over TLS and inspects their SSL certificates. It returns structured data about certificate validity, expiry, issuer chain, TLS protocol version, cipher suite, and a security grade from A+ to F.

๐Ÿ‘ User avatar

Stas Persiianenko

17

Domain WHOIS & SSL Inspector

seemuapps/domain-whois-ssl-inspector

Look up registration, age, expiry, registrar, and name servers for any domain via RDAP, plus live SSL certificate details issuer, validity, and days until expiry one row per domain.

Bulk SSL Certificate Checker โ€” Expiry, Issuer & TLS Audit

logiover/bulk-ssl-certificate-checker

Check SSL/TLS certificates for thousands of domains at once โ€” expiry date, issuer, SANs, days remaining, TLS versions supported and chain validation. No API key. Export to CSV or JSON. Ideal for security audits, certificate monitoring and compliance.

SSL Certificate Expiry Monitor

andok/ssl-certificate-monitor

Monitor SSL/TLS certificate validity and expiration dates across thousands of domains to prevent costly outages.

SSL Certificate Checker

maximedupre/ssl-certificate-checker

Check SSL/TLS certificates for public domains, URLs, and host:port endpoints. Export expiry, trust, hostname match, issuer, SANs, chain, TLS, cipher, HSTS, HTTPS redirect, and issue data.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2