SSL/TLS Certificate Checker avatar

SSL/TLS Certificate Checker

Under maintenance

Pricing

from $1.00 / 1,000 result items

Go to Apify Store
SSL/TLS Certificate Checker

SSL/TLS Certificate Checker

Under maintenance

Check SSL/TLS certificates for any list of domains — expiry countdown, weak protocols (TLS 1.0/1.1), domain mismatch, and more. Outputs structured JSON. Pay-per-event.

Pricing

from $1.00 / 1,000 result items

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Check SSL/TLS certificates for any list of domains — expiry date, days remaining, issuer, SAN, TLS version and security warnings (expired/weak protocol/weak key). Pay-per-event: $0.01 per batch of up to 200 domains.

🚀 What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing — run it once on a list of inputs and get a structured, downloadable report.

✨ Features

  • Batch processing — handle one or many inputs in a single run
  • Structured output — clean tables, ready for CSV/JSON export
  • Pay-per-event pricing — you only pay for what you use
  • API & CLI ready — integrate it into any workflow

📥 Input configuration

Configure the Actor with these fields:

FieldTypeRequiredDescription
hostsarray✅ RequiredList of domains to check SSL/TLS certificates for (e.g. "example.com"). One output row per host.

💡 Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~ssl-certificate-checker/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"startUrls": [
"https://example.com"
]
}'

Run via Apify CLI

apify run --actor-name sootesting~ssl-certificate-checker --input '{
"startUrls": [
"https://example.com"
]
}'

📤 Output schema

The Actor produces the following structured data:

FieldTypeDescription
hoststringhost
commonNamestringcommonName
subjectAltNamesarraysubjectAltNames
issuerstringissuer
validFromstringvalidFrom
validTostringvalidTo
daysRemainingintegerdaysRemaining
expiredbooleanexpired
expiringSoonbooleanexpiringSoon
tlsVersionstringtlsVersion
signatureAlgorithmstringsignatureAlgorithm
warningsarraywarnings

💰 Pricing

Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events — platform usage is passed through transparently.

Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.