fields parameter, or omit it to get everything.
How field selection works
Pass afields array in your request body to receive only the data you need. This reduces response size and speeds up processing.
fields is omitted or empty, all fields are returned.
Data sources
Encrata aggregates data from multiple sources in a single API call:Person fields
Core identity and demographic data about the person.Work fields
Professional and career information.Education fields
Academic background.Social fields
Links to social media profiles. Empty string if not found.Company fields
Structured data about the person’s employer, sourced from Google Places and Knowledge Graph.Company fields are nested under
company_info in the API response. In the Sandbox field selector, they appear as flat company_* fields for convenience.Content fields
Media, publications, and web content related to the person.news
Recent news articles mentioning the person. Returns an array of objects.scholar
Academic papers and publications. Returns an array of objects.videos
Video appearances talks, interviews, presentations. Returns an array of objects.patents
Patents and inventions filed. Returns an array of objects.people_also_ask
Related questions from Google search results. Returns an array of objects.related_topics
Related search queries. Returns a simple array of strings.Security fields
Email security, breach exposure, and account detection.validity
Email deliverability status. Returns a single string value.breach_info
Data breach history from aggregated breach databases. Returns an object.
Each item in
services:
breach_exposed_data
Shortcut to theexposed_data array inside breach_info a flat list of all data types that were leaked across every breach (passwords, phone numbers, physical addresses, etc.).
registered_services
Detects which online services the email is registered on by probing login, registration, and password-reset flows across 219+ platforms (GitHub, Spotify, Netflix, Adobe, etc.).Response structure
The full API response wraps fields inside theperson object:
Empty arrays (
[]) and empty strings ("") indicate no data was found for that field. Objects like company_info and breach_info are omitted entirely if no data is available.