61
I built a small tool that does one job well. Give it a site, it crawls internal pages and returns the emails it finds. Fast, simple, and meant for devs.
How it works
- Input a list of URLs, it follows internal links
- Picks up emails from mailto and visible text
- Dedupes results and skips obvious junk
Output
- JSON rows `{ url, email }`
- Export to CSV or plug straight into your pipeline
Use from code
- REST API, JS and Python clients
- Works with the Apify CLI for local runs
- Optional MCP endpoint if you want to wire it into your agent setup
Pricing
- Pay per result with a free try before you commit
What I’d love from Peerlist
- Edge cases where it misses or returns false positives
- Limits that feel too tight or too loose
- Toggles you want, like max depth per domain or stricter patterns
About me
I’m Maxime, solo dev in Montreal building small scraping tools and ChampSignal 💪
Built with