Skip to main content
The Lookup API returns a rich profile object with 48 selectable fields across 7 categories. You can request specific fields using the fields parameter, or omit it to get everything.
In the Sandbox, hover over any field name to see a short description. This page provides the full reference.

How field selection works

Pass a fields array in your request body to receive only the data you need. This reduces response size and speeds up processing.
If 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 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 the exposed_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.).
Recovery data (partial emails/phones like s***a@outlook.com or +1***456) may be exposed by platforms during password reset flows. This is public information but should be handled carefully.

Response structure

The full API response wraps fields inside the person 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.