One API for
any data lookup
APIs that help humans, AI agents, and businesses
find the information they need.
Ada Lovelace
Product Designer at Figma
Deliverable
figma.com
Found in 3 breaches
LinkedIn, Adobe, Dropbox
Female
98% confidence · GB
Used by data
driven companies
Less is more
More is extraordinary
While less nurtures elegance, abundance creates impact. Encrata aggregates all data from all sources into one simple API, so you can see the bigger picture
Turn any email into a full person profile with name, role,
company, socials and breach history.
Phone
Coming soonValidate any number and reveal carrier, line type,
region and owner intelligence.
Domain
Coming soonWHOIS, DNS, SSL and hosting. Complete, structured
intelligence on any domain.
IP address
Coming soonGeo, ISP, ASN and risk scoring. Flag proxies,
VPNs and threats instantly.
Ask your favorite AI
how Encrata can help you
Opens a ready-made prompt in one click.
Core capabilities
Search, automate, and ship - with mockups powered by the same
components and API that run in production.
Search anything, instantly
Pass an email, phone, domain, or name and get back rich, structured JSON in a single call - normalized, deduped, and ready to use across your stack.
Compose powerful workflows
Chain lookups, enrichment, and actions into automated pipelines that run end to end - no glue code, no brittle scripts, just a few lines of config.
Simple, powerful API
One request. Rich, structured data.
Use it in any language.
1package main2
3import (4 "bytes"5 "encoding/json"6 "fmt"7 "net/http"8)9
10func main() {11 body, _ := json.Marshal(map[string]string{"email": "satya@microsoft.com"})12 req, _ := http.NewRequest("POST", "https://developer.encrata.com/api/email/lookup", bytes.NewBuffer(body))13 req.Header.Set("Authorization", "Bearer enc_live_...")14 req.Header.Set("Content-Type", "application/json")15
16 resp, _ := http.DefaultClient.Do(req)17 defer resp.Body.Close()18
19 var person map[string]any20 json.NewDecoder(resp.Body).Decode(&person)21 fmt.Println(person["name"], "-", person["company"])22}And of course, bulk lookups
Drop in a CSV and enrich thousands of records in a single job, or stream them through the API. Same data, same depth, at scale.
Drop your CSV here
or paste an array into the bulk endpoint
Common questions
Three things right now:
- Check if it's real. Will mail actually reach this inbox, or will it bounce? We also flag throwaway addresses from temporary email services.
- Find the person. Get their name, job title, company, location and social profiles.
- Check for breaches.See which companies have leaked this person's data, when it happened, and what got exposed.
You can do one address at a time, or upload a list of up to 1 million at once.
Three prices, and you only pay for what you use:
- Check if an address is valid: 1 credit
- Check an address for breaches: 1 credit
- Find the person behind an address: 1,000 credits
No monthly fee, no contract. Credits get cheaper the more you buy.
You start with 500 free credits, no card needed - enough to check a few hundred addresses and see how the data looks before you commit to anything.