Email Finder

Discover verified professional email addresses. Enter a person's name and their company — we'll find the correct email format and verify deliverability.

Single Search

2 credits per search

Batch Search

CSV

Upload a CSV or Excel file with name and company columns. Each row costs 2 credits.

Drag and drop your file (.csv, .xlsx), or

People Finder

Identify key people at any company by job title. We research company leadership and staff to find the right contacts.

Single Search

3 credits per search

Batch Search

CSV

Upload a CSV or Excel file with company and title columns. Each row costs 3 credits.

Drag and drop your file (.csv, .xlsx), or

Email Checker

Verify whether email addresses are deliverable before you send. Checks MX records, mailbox existence, and catch-all status.

Single Verification

1 credit per check

Batch Verification

1 credit per email

Enter one email per line.

History

Browse your past searches and results from this account.

Select a type and click Refresh to load results.

Team

Manage your team, invite members, and share a credit pool.

Loading...

Credits

Purchase credits to power your searches. Different tools use different amounts of credits.

credits remaining

Credit Costs

Email Finder
Find verified email addresses by name + company
2 credits/search
People Finder
Discover people at a company by job title
3 credits/search
Email Checker
Verify if an email address is deliverable
1 credit/check

Buy Credits

Secure payment powered by Stripe. Credits never expire.

Analytics

This week
searches
This month
searches
Success rate
of searches found a result
Credits used
total

Activity

Last 14 days

Loading...

Settings

Manage API connections and application cache.

Appearance

Dark mode Switch between light and dark theme

API Access

Generate API keys to use Name To Inbox programmatically. Keys inherit your credit balance.

Loading keys...

API documentation

Authentication: Include your API key in the X-API-Key header with every request.

Rate limit: 60 requests per minute per account.

Email Finder (2 credits) — Find a person's email:

POST /findEmail
{
  "personName": "Tim Cook",
  "company": "Apple",
  "linkedinUrl": "https://linkedin.com/in/..." // optional
}

People Finder (3 credits) — Find who holds a role:

POST /findPerson
{
  "company": "Apple",
  "title": "VP Marketing"
}

Email Checker (1 credit) — Verify an email:

POST /verifyEmail
{ "email": "tim@apple.com" }

Example curl:

curl -X POST https://findemailfn-YOUR_ID.us-central1.run.app \
  -H "X-API-Key: efk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"personName":"Tim Cook","company":"Apple"}'

Batch endpoints: /findEmailBatch and /findPersonBatch accept {"csvContent": "..."}. Credits charged per row.

Response format: JSON with deliverable, risky arrays, domain, status, and confidence score (0-100).

API Connections

Verify that the server-side services are configured and responding correctly.

Onboarding

Product tour Restart the introductory walkthrough