Bulk Find Emails
Email Finder
Bulk Find Emails
Find email addresses for multiple contacts in a single request
POST
Bulk Find Emails
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.
Bulk Find Emails
Find professional email addresses for up to 100 contacts in a single request. Optimized for high throughput with concurrent processing.Endpoint
Request
Array of contacts to find emails for (max 100)
If
true, automatically validate found emails. Charges additional credits for validation.Maximum concurrent provider requests (1-10). Higher values are faster but may hit rate limits.
Contact Object
Each contact in thecontacts array should include:
| Field | Type | Required | Description |
|---|---|---|---|
first_name | string | Yes | Person’s first name |
last_name | string | Yes | Person’s last name |
domain | string | No* | Company domain (e.g., “acme.com”) |
company | string | No* | Company name |
linkedin_url | string | No | LinkedIn profile URL |
domain or company is required for each contact.
Example Request
Response
Unique identifier for this batch request
Array of results in the same order as the input contacts
Aggregate statistics for the batch
Summary Object
| Field | Type | Description |
|---|---|---|
total | integer | Total contacts processed |
found | integer | Emails successfully found |
not_found | integer | Contacts where email not found |
errors | integer | Contacts that failed with errors |
credits_charged | integer | Total credits charged |
total_latency_ms | integer | Total processing time |
Example Response
Credit Pricing
| Result | Credits Charged |
|---|---|
| Email found (confidence >= 70%) | 1 credit per email |
| Email found (confidence < 70%) | 0 credits |
| Email not found | 0 credits |
| + Auto-validation (if enabled) | Additional credits per valid email |
Credits are charged per successful high-confidence result, not per contact submitted.
Limits
| Limit | Value |
|---|---|
| Max contacts per request | 100 |
| Max concurrent requests | 10 |
| Rate limit | 10,000 requests/minute |
Performance Tips
Batch size recommendations
Batch size recommendations
- 1-10 contacts: Single request works well
- 10-100 contacts: Use this bulk endpoint
- 100+ contacts: Split into multiple bulk requests
Concurrency tuning
Concurrency tuning
- Start with
max_concurrent: 5(default) - Increase to 10 for faster results (may hit provider limits)
- Decrease to 2-3 if seeing many errors
Provide domains over company names
Provide domains over company names
Domains are more precise than company names. When you have both, prefer domain.
Related Endpoints
Find Single Email
Find email for a single contact
Finder History
View your email finder history