Extract emails from a webpage

tezcatl · lingua ●○○

Scrape a rendered page and extract email addresses using native macOS NLP. Swap --type=email for phone, address, or date to find other entity types.

$ tezcatl https://george.mand.is/contact | lingua entities --type=email --json
[{"type":"email","value":"[email protected]","range":[3790,14]}]
Requires: tezcatl, lingua