🔍 Subdomain Finder avatar

🔍 Subdomain Finder

Pricing

Pay per event

Go to Apify Store
🔍 Subdomain Finder

🔍 Subdomain Finder

Discover subdomains for any domain using Certificate Transparency logs (crt.sh). Find hidden subdomains for security audits, penetration testing, asset inventory. No API key needed.

Pricing

Pay per event

Rating

0.0

(0)

Developer

太郎 山田

太郎 山田

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Discover subdomains for any domain using Certificate Transparency logs (crt.sh). Essential for security audits, penetration testing, asset inventory.

Store Quickstart

Start with the Quickstart template (single domain). For large asset inventories, use Enterprise Audit with up to 50 domains.

Key Features

  • 🔍 Certificate Transparency logs — Uses crt.sh — the authoritative CT log database
  • 📊 Full subdomain history — Active AND expired certificates both discoverable
  • 🏷️ Issuer tracking — See which CA issued each certificate
  • 📅 Validity dates — validFrom / validTo per certificate
  • 🎯 Deduplication — Unique subdomains only, no duplicates
  • 🔑 No API key needed — Free public CT log database

Use Cases

WhoWhy
Penetration testersDiscover forgotten subdomains as attack surface
Asset inventory teamsFull catalog of company-wide subdomains
Bug bounty huntersFind in-scope targets via CT logs
M&A due diligenceAudit acquired company's public infrastructure
DNS auditorsCross-reference CT logs with DNS records to find orphaned subdomains

Input

FieldTypeDefaultDescription
domainsstring[](required)Domains to scan (max 50)
includeExpiredbooleanfalseInclude expired certificates
dedupbooleantrueDeduplicate subdomain names

Input Example

{
"domains": ["example.com", "target.org"],
"includeExpired": false,
"dedup": true
}

Output Example

{
"domain": "example.com",
"subdomains": [
{"name": "api.example.com", "issuer": "Let's Encrypt", "validFrom": "2026-01-01", "validTo": "2026-04-01"},
{"name": "mail.example.com", "issuer": "DigiCert", "validFrom": "2025-06-01", "validTo": "2026-06-01"}
],
"totalFound": 42
}

FAQ

Will I find ALL subdomains?

Only those with valid HTTPS certificates. HTTP-only subdomains and those using wildcard certs are missed.

What about wildcard certificates?

Wildcard certs (*.example.com) appear as a single entry. Individual subdomains under them may not be listed.

Is crt.sh reliable?

Yes — it aggregates all public CT logs required by browser vendors. Very comprehensive.

Can I scan a competitor's domain?

Publicly — yes, CT logs are public by design. Always comply with your jurisdiction's laws.

DevOps & Tech Intel cluster — explore related Apify tools:

Cost

Pay Per Event:

  • actor-start: $0.01 (flat fee per run)
  • dataset-item: $0.003 per output item

Example: 1,000 items = $0.01 + (1,000 × $0.003) = $3.01

No subscription required — you only pay for what you use.