Domain discovery via Certificate Transparency
Search by company name to find their domains, or by domain to find the owning organization. Data comes from public CT logs — passive, non-intrusive, updated weekly.
# Search by company name
curl -X POST https://ctscout.dev/scan \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_KEY" \
-d '{"company_name": "Goldman Sachs"}'
# Search by domain
curl ... -d '{"seed_domain": ["gs.com"]}'
# Both (OR logic)
curl ... -d '{"company_name": "Goldman Sachs", "seed_domain": ["gs.com"]}'
| Free | Pro | |
|---|---|---|
| Queries | 10 / day | Unlimited |
| Results | Top 5 | All |
| Data | Weekly snapshot | Live (DNS, RDAP, crt.sh) |
| Price | $0 | Coming soon |
No email. No account.
Save this key — it cannot be retrieved again.