Find Email
Email Finder
Find Email
Find a professional email address for a person at a company
POST
Find Email
Documentation Index
Fetch the complete documentation index at: https://gtmapis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Find Email
Discover professional email addresses using first name, last name, and company information. Uses a waterfall strategy across multiple providers (Prospeo, LeadMagic, People Data Labs, Datagma) to maximize coverage.Endpoint
Request
The person’s first name
The person’s last name
Company domain (e.g., “acme.com”). Either
domain or company is required.Company name. Either
domain or company is required.LinkedIn profile URL for higher accuracy
Example Request
Response
Unique identifier for this request
The found email address. Empty if not found.
Confidence score from 0-100. Higher is better.
>= 90: Very high confidence (verified)70-89: High confidence (pattern match + domain verified)50-69: Medium confidence (pattern match only)< 50: Low confidence (guess)
Which provider returned the result:
prospeo, leadmagic, peopledatalabs, or datagmaList of all providers that were queried in the waterfall
The email pattern detected (e.g.,
{first}.{last}, {f}{last})true if email could not be foundNumber of credits charged. 1 credit if email found, 0 credits if not found.
Total request time in milliseconds
Success Response
Not Found Response
Credit Pricing
| Result | Credits Charged |
|---|---|
| Email found (confidence >= 70%) | 1 credit |
| Email found (confidence < 70%) | 0 credits |
| Email not found | 0 credits |
| Error / failure | 0 credits |
You only pay for high-confidence results. Low-confidence matches and failed lookups are free.
Error Responses
400 Bad Request
401 Unauthorized
429 Too Many Requests
Best Practices
Provide company domain when possible
Provide company domain when possible
Using
domain instead of company gives more accurate results since domains are unique.Include LinkedIn URL for higher accuracy
Include LinkedIn URL for higher accuracy
If you have the person’s LinkedIn URL, include it to improve confidence scores.
Handle low confidence results
Handle low confidence results
Results with confidence < 70% are returned but not charged. Use them with caution.
Use bulk endpoint for multiple contacts
Use bulk endpoint for multiple contacts
For 2+ contacts, use Bulk Find for better throughput.