Data source: Hunter.io API
Input: Domain
Requires API key: Yes (free tier: 25 searches/month)
What it would return:
- Email nodes (address, confidence score, type: personal/generic)
- Person nodes (name, position)
- Edges: LINKED_TO, WORKS_AT
Implementation: Follow the pattern in apps/worker/src/plugins/github.ts. About 40 lines.
Data source: Hunter.io API
Input: Domain
Requires API key: Yes (free tier: 25 searches/month)
What it would return:
Implementation: Follow the pattern in
apps/worker/src/plugins/github.ts. About 40 lines.