SSL/TLS Certificate Checker
Under maintenancePricing
Pay per event
SSL/TLS Certificate Checker
Under maintenanceCheck 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
Pay per event
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
7 days ago
Last modified
Categories
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:
| Field | Type | Required | Description |
|---|---|---|---|
hosts | array | โ Required | List 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:
| Field | Type | Description |
|---|---|---|
host | string | host |
commonName | string | commonName |
subjectAltNames | array | subjectAltNames |
issuer | string | issuer |
validFrom | string | validFrom |
validTo | string | validTo |
daysRemaining | integer | daysRemaining |
expired | boolean | expired |
expiringSoon | boolean | expiringSoon |
tlsVersion | string | tlsVersion |
signatureAlgorithm | string | signatureAlgorithm |
warnings | array | warnings |
๐ฐ 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.
๐ Related
Part of the Sootesting SEO & Data Toolkit โ a suite of focused actors for technical SEO, security auditing, and data extraction.