Live tool · No sign-up
Find every email
behind a domain.
Point it at a domain. EnrichScope scans the site — contact, about, team and imprint pages first — extracts addresses from mailto: links, page text and obfuscated forms, then scores each one. Watch it work in real time.
https://
Reproduce this search
The finder is a thin client over a stateless endpoint — no database, no keys. These commands run the exact search above with your current options; copy and paste one.
JSON — full result
curl -X POST https://enrichscope.com/api/discover \
-H "Content-Type: application/json" \
-d '{"domain":"acme.com","options":{"depth":2,"maxPages":40,"concurrency":6,"includeSubdomains":false,"followRobots":true,"deobfuscate":true,"prioritizePaths":true,"timeoutMs":10000}}'SSE — live progress
curl -N https://enrichscope.com/api/discover \
-H "Accept: text/event-stream" \
-H "Content-Type: application/json" \
-d '{"domain":"acme.com","stream":true,"options":{"depth":2,"maxPages":40,"concurrency":6,"includeSubdomains":false,"followRobots":true,"deobfuscate":true,"prioritizePaths":true,"timeoutMs":10000}}'GET — quick shortcut
curl "https://enrichscope.com/api/discover?domain=acme.com&depth=2&maxPages=40"Mail / DNS intel
curl "https://enrichscope.com/api/dns?domain=acme.com"