Email intelligence, returned as JSON

Find and verify email addresses for a domain.

EmailCrawlr is an API for retrieving rich data about email addresses and domain names.

Format
JSON
Methods
GET
Version
v2 archive
200 OK
{
  "domain": "example.test",
  "email_pattern": "first.last",
  "verified": true,
  "location": {
    "country": "United Kingdom"
  },
  "confidence": 0.92
}
GET/v2/domain184 ms

Endpoints

One API.
Three clear jobs.

01

Domain Lookup

Retrieve domain details, email patterns, locations and known results.

GET /v2/domain
02

Email Lookup

Retrieve rich data about a specific email or find an address by full name and domain.

GET /v2/email
03

Email Verification

Check an email address’s deliverability, including MX records and email receipt.

GET /v2/email/verify

Built for developers

From request to readable response.

See full API docs