email-enrichment
Installation
SKILL.md
LeadMagic — Email enrichment
Auth: X-API-Key: $LEADMAGIC_API_KEY → https://api.leadmagic.io. Never echo the key.
Which endpoint?
| Goal | Endpoint | Credits | Rate/min |
|---|---|---|---|
| Validate an email | POST /v1/people/email-validation |
0.25 (conclusive only) | 5,000 |
| Work email from name + company | POST /v1/people/email-finder |
1 (free on miss) | 5,000 |
| Personal email from profile URL | POST /v1/people/personal-email-finder |
2 (free on miss) | 5,000 |
| B2B Profile URL → work email | POST /v1/people/b2b-profile-email |
5 (free on miss) | 1,500 |
| Email → full B2B Profile | POST /v1/people/b2b-profile |
10 | 1,500 |
Cheapest-first ladder: find (1) → personal (2) → profile→email (5) → email→profile (10). Validation (0.25) is a separate lane for emails the user brought from elsewhere. Every email a finder returns is already validated — always a good email; never chain a finder into validation. If you already hold a profile URL and only need profile fields, use profile-search (1) — not b2b-profile (10).