VOOZH about

URL: https://apify.com/nexgendata/ssl-certificate-checker?fpr=2ayu9b

โ‡ฑ ๐Ÿ”’ SSL Certificate Checker โ€” Qualys & Nagios Alternative ยท Apify


๐Ÿ‘ ๐Ÿ”’ SSL Certificate Checker โ€” Bulk Expiry Monitor avatar

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

Pricing

from $10.00 / 1,000 results

Go to Apify Store

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

Bulk SSL certificate monitoring โ€” expiry dates, issuers, chain validation and TLS config across all your domains. Qualys SSL Labs, Nagios & Datadog alternative for agencies and SecOps teams. Alerts before certs expire. Pay per check.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

11 days ago

Last modified

Share

๐Ÿ”’ SSL Certificate Checker โ€” Bulk Expiry Monitor & TLS Config Audit

Bulk-check SSL/TLS certificates for any domain at scale: expiry date, issuer, signature algorithm, key size, full certificate chain, SAN list, TLS-version + cipher-suite support, OCSP / CRL status, and HSTS / HTTPโ†’HTTPS redirect detection. A pay-per-result alternative to Qualys SSL Labs (rate-limited), DigiCert CertCentral, SSLMate Cert Spotter, and Detectify โ€” designed for security ops monitoring thousands of domains, MSPs running cert-expiry SLAs for clients, and dev teams hunting weak TLS configs in their attack surface.

Why SSL Certificate Checker Beats Qualys SSL Labs, DigiCert, SSLMate & Detectify

FeatureNexGenData SSL Cert CheckerQualys SSL LabsDigiCert CertCentralSSLMate Cert SpotterDetectify
Cost$0.5 per 1K domains, pay-per-eventFree (heavy throttle)$$ โ€” license-bundled$$ / month$$$$ enterprise
Bulk-friendlyYes โ€” 10k domains/runNo โ€” 1 domain at a timeYes (licensed)Yes (paid plan)Yes
Full chain + SAN listYesYesYesYesYes
TLS version + cipher reportYesYes (detailed)YesLimitedYes
OCSP / CRL statusYesYesYesYesYes
HSTS / HTTPS-redirect checkYesYesNoNoYes
Bulk exportJSON / CSV / ExcelHTML scrape onlyCSVAPICSV
AuthApify tokenNone (throttled)Account + licenseAccount + planAccount + plan
Monthly minimumNoneNoneLicense contract$$$$$$

Most security teams pick this actor instead of Qualys SSL Labs because Qualys throttles bulk runs to a trickle โ€” this actor is a drop-in alternative that handles 10,000 domains per run, cheaper than SSLMate Cert Spotter for monitoring-only use cases, and a viable replacement for DigiCert's expiry-check feature when you don't already have a DigiCert contract.

What You Get Per Domain

Each dataset item is a flat record:

  • domain, resolved_host, port
  • valid โ€” boolean (cert presents + chain validates)
  • expires_at, days_until_expiry
  • issued_at
  • issuer โ€” {name, common_name, organization}
  • subject โ€” {common_name, organization, country}
  • san[] โ€” Subject Alternative Names
  • chain[] โ€” full intermediate + root chain
  • signature_algorithm, key_algorithm, key_size
  • fingerprint_sha1, fingerprint_sha256
  • tls_versions_supported[] โ€” TLS 1.0 / 1.1 / 1.2 / 1.3
  • cipher_suites[] โ€” full negotiated cipher list
  • ocsp_status, crl_status
  • hsts โ€” {enabled, max_age, include_subdomains, preload}
  • redirects_to_https โ€” boolean
  • is_self_signed, is_wildcard, is_lets_encrypt

Use Cases

  • Security ops teams โ€” monitor 5k+ corporate + acquired domains for cert expiry with weekly cron
  • MSPs โ€” run a daily cert-expiry sweep across every client's domain portfolio and Slack-alert on <14 days
  • Penetration testers โ€” find weak-cipher TLS endpoints in a target's external attack surface
  • Compliance auditors โ€” produce evidence reports for SOC 2 / ISO 27001 control AC-17 (TLS in transit)
  • DevOps teams โ€” flag misissued or non-Let's-Encrypt certs in environments that should be using LE
  • CDN / hosting migration โ€” verify post-migration cert deployment across hundreds of subdomains

Quick Start

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/ssl-certificate-checker").call(run_input={
"domains":["example.com","google.com","github.com"],
"checkTLSConfig":True,
"checkHSTS":True
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["domain"], item["days_until_expiry"], item["issuer"]["name"])

Pricing

Pay-per-event:

  • Actor Start: small fixed charge per run (memory-scaled)
  • Per domain: $0.5 per 1,000 domains checked

No subscription, no minimum.

Related NexGenData Actors

Use caseActor
DNS records bulk lookupdns-records-lookup
Whois replacement (free Whois API alt)whois-replacement
DNS propagation checkerdns-propagation-checker
DMARC bulk auditordmarc-bulk-auditor
Email RBL / blocklist checkeremail-rbl-checker
IP geolocation replacementip-geolocation-replacement
Tranco rank lookup (Alexa alt)tranco-rank-lookup
Wappalyzer replacement (tech stack)wappalyzer-replacement

FAQ

Does it check certs on non-443 ports? Yes โ€” pass port: 8443 (or any) per domain.

Do you support SNI? Yes โ€” Server Name Indication is sent on every connection.

Can I check internal / non-public hostnames? No โ€” the actor connects from Apify cloud egress, so the host must be publicly reachable.

Output formats? JSON, CSV, Excel, and the Apify dataset API.

Is this legal? Yes. Reading a publicly served TLS handshake is the explicit purpose of TLS โ€” there is no auth bypass involved.

About NexGenData

NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, and more. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


How NexGenData Pricing Works

Every NexGenData actor uses pay-per-event pricing โ€” you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.

  • Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
  • Result / item: charged per item written to the default dataset
  • No charge for retries, internal proxy rotation, or failed sub-requests โ€” those are absorbed by the platform

Apify Platform Bonus

New to Apify? Sign up with the NexGenData referral link โ€” you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.

Integration Surface

Every actor in the NexGenData catalog can be triggered from:

  • Apify console โ€” point-and-click run
  • Apify API โ€” REST + webhooks
  • Apify Python / JS SDKs โ€” programmatic batch
  • Zapier, Make.com, n8n โ€” official integrations
  • MCP โ€” many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
  • Schedules โ€” built-in cron for daily / weekly / monthly runs
  • Webhooks โ€” POST results to any HTTPS endpoint on dataset write

Support

NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ€” high-demand features ship in the next version.

Home: thenextgennexus.com Full catalog: apify.com/nexgendata

You might also like

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

rationalistic_counsel/ssl-certificate-checker

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

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

14

SSL Certificate Inspector - TLS Audit & Expiry Monitor

santamaria-automations/ssl-certificate-inspector

Inspect SSL/TLS certificates for any domain: chain validation, expiry dates, cipher suites, TLS versions, subject alt names, issuer details, and security scoring. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Website HTTPS & SSL Health Checker

pillowy_travel/website-https-ssl-health-checker

Checks HTTPS availability and SSL certificate health for given URLs

79

5.0

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.