Domain Lookup
Retrieve domain details, email patterns, locations and known results.
GET /v2/domainEmail intelligence, returned as JSON
EmailCrawlr is an API for retrieving rich data about email addresses and domain names.
{
"domain": "example.test",
"email_pattern": "first.last",
"verified": true,
"location": {
"country": "United Kingdom"
},
"confidence": 0.92
}
/v2/domain184 msEndpoints
Retrieve domain details, email patterns, locations and known results.
GET /v2/domainRetrieve rich data about a specific email or find an address by full name and domain.
GET /v2/emailCheck an email address’s deliverability, including MX records and email receipt.
GET /v2/email/verifyBuilt for developers