find-email
.
The find-email
endpoint finds an email address for a lead based on the information you provide. It searches relevant sources and can validate deliverability. You can optionally restrict results to company domains and control whether to use bruteforce heuristics.
Tip: You can change the lead in the parameters at the top. For best results, include the name and company (and optionally a strong identifier such as LinkedIn).
Prerequisites & Secrets
Get your SixtyFour API key
- Sign in: https://app.sixtyfour.ai/login and get your $25 in credits
- Create an organization → Keys → Create new key → Copy the key.
If you’re in Google Colab
- Click the 🔑 (Secrets) icon in the left sidebar.
- Add
SIXTYFOUR_API_KEY
and paste your key. - Make sure the notebook can access the secret.
Output:
Find_Email Request
For most use cases,find-email
is the perfect tool. You send a request and get an email back with a single call.
The request body requires:
- lead: Lead information (name/company recommended; LinkedIn/domain/email if available).
- bruteforce (bool): Whether to try common patterns and validate.
- only_company_emails (bool): If
true
, only company-domain emails are returned.