SSL Certificate Expiry Monitor avatar

SSL Certificate Expiry Monitor

Pricing

from $0.75 / 1,000 results

Go to Apify Store
SSL Certificate Expiry Monitor

SSL Certificate Expiry Monitor

Check TLS certificates for HTTPS hosts — issuer, validity dates, days remaining, SANs, and expiry alerts. Direct handshake, no API key. Unofficial utility; not affiliated with certificate authorities.

Pricing

from $0.75 / 1,000 results

Rating

0.0

(0)

Developer

Bakos Bence

Bakos Bence

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

What does SSL Certificate Expiry Monitor do?

Check TLS certificates on HTTPS hosts: issuer, validity window, days remaining, SANs, TLS version, and an expires-within-N-days alert flag. Direct handshake — no third-party API key.

Unofficial. Unofficial utility. Not affiliated with any certificate authority.

Dashboards: connect Power BI, Tableau, Looker Studio, or Qlik to the dataset API. AI agents: paste this Actor’s Store page URL into an Apify-capable agent (MCP / Claude / Cursor with Apify).

How to run

  1. Open this Actor in Apify Console.
  2. Click Start on the prefilled defaults (maxItems 5), or edit inputs.
  3. Leave proxyType on none unless needed.
  4. Export the dataset or pull via API.
{
"hosts": [
"example.com"
],
"warnDays": 30,
"alertsOnly": false,
"maxItems": 5,
"proxyType": "none",
"proxyConfiguration": {
"useApifyProxy": false
}
}

How much does it cost?

Pay per event (PPE): Actor start + each result row. See the Pricing tab on this Actor’s Store page.

Sample output

{
"host": "example.com",
"port": 443,
"ok": true,
"error": null,
"commonName": "example.com",
"issuer": "DigiCert Global G3 TLS ECC SHA384 2020 CA1",
"notBefore": "Oct 1 00:00:00 2025 GMT",
"notAfter": "Oct 27 22:17:21 2026 GMT",
"daysRemaining": 46,
"expiresWithinWarnDays": false,
"tlsVersion": "TLSv1.3",
"sans": [
"example.com",
"www.example.com"
],
"sourceUrl": "https://example.com/",
"scrapedAt": "2026-09-11T12:00:00+00:00"
}
ActorWhen to use
Domain Typosquat ScannerLookalike domains / MX risk after RDAP
FCC ID LookupEquipment authorization grants
OpenFDA RecallsFood/drug/device enforcement rows

Export to Power BI, Tableau, Looker Studio & Qlik

Use the dataset items API URL from the run. Authenticate with your Apify API token.