Introduction

GTMData provides fast, accurate email validation and email finding for go-to-market teams. Validate emails in real-time, find anyone's work email by name + company, and process lists of up to 100K contacts.

Tip: You start with 100 free credits. No credit card required.

Quick Example

cURL
curl -X POST https://api.gtmdata.co/v1/find \
  -H "Authorization: Bearer gtm_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"first_name":"Tim","last_name":"Cook","domain":"apple.com"}'
Response
{
  "email": "tcook@apple.com",
  "status": "valid",
  "provider": "other",
  "convention": "flast",
  "confidence": 1
}

What can you do?

Email Validation — Verify if an email exists via SMTP. Returns valid, invalid, catchall, or valid_catchall.

Email Finder — Enter a name and company domain. We try 16 naming conventions and SMTP-verify each until we find a match.

Batch Processing — Upload a CSV in the dashboard or submit up to 100K emails via the async jobs API.

Only Pay for Results — Invalid emails, failed finds, and catch-alls are free. You only pay when we deliver a verified result.