SSL Certificate Inspector: TLS Audit and Expiry Monitor, $1 per 1,000 Domains

Inspect the SSL/TLS certificate of any domain. Returns issuer, subject, expiry date, days_until_expiry, chain validity, signature algorithm, key size, SAN list, supported TLS versions, accepted cipher suites, and a 0-100 security score. Built for bulk: pass 10,000 domains and it returns one row per cert. Ideal for compliance audits, expiry monitoring, security posture dashboards, and vendor risk reviews.

Open on Apify → Try it now
Pricing
$0.001/domain
RAM
128MB
Coverage
Any domain
Output fields
20+
Proxy
Apify datacenter
Tech
Native TLS handshake

What you get

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~ssl-certificate-inspector/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "domains": [
      "google.com",
      "stripe.com",
      "shopify.com",
      "example-app.com",
      "vendor-portal.com"
    ],
    "checkChain": true,
    "checkCiphers": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/ssl-certificate-inspector

Integrations

Output fields

FieldTypeExample
domainstringstripe.com
issuerstringDigiCert TLS RSA SHA256 2020 CA1
common_namestringstripe.com
sansarray["stripe.com","www.stripe.com"]
not_afterstring2026-09-12T23:59:59Z
days_until_expiryinteger91
chain_validbooleantrue
signature_algorithmstringsha256WithRSAEncryption
supports_tls13booleantrue
security_scoreinteger98

Related Actors

Open on Apify → Try it now (free tier available)