Skip to main content

Base Fields

These fields are always returned in every response, regardless of return_fields settings.

Personal Information

Contained within the personal_information object.

Household Information

Contained within the household_information object.

Financial Information

Contained within the financial_information object.

Social Media

Contained within the social_media object.

Contact Information

Personal Emails

Array of personal email addresses. Each email object contains:

Professional Emails

Array of work/professional email addresses. Each email object contains:

Phone Numbers

Array of phone numbers. Each phone object contains:

Family Relationships

The relatives array contains family relationship information. Each relative object contains:
The relatives field is automatically included when returning all fields, but cannot be explicitly requested via the return_fields parameter.

Address History

Array of address records ordered by recency. Each address object contains:

Core Address Fields

Ownership & Residency

Property Details


Work Experience

Array of employment history records ordered by recency. Each work experience object contains:

Position Identification

Company Information

Industry Codes

Role Details

Dates & Location


Education Experience

Array of education records ordered by recency. Each education object contains:

Notes

Empty Arrays

All list fields (emails, phones, addresses, work, education, relatives) return empty arrays [] if no data is available.

Date Format

All dates are returned in ISO 8601 format: YYYY-MM-DD

Currency

All financial figures (property values, prices, etc.) are in USD.

Ranking

Arrays are ordered by rank field, with rank=1 being the most recent or most reliable.

Using return_fields

You can optimize your API response by specifying only the fields you need using the return_fields parameter. Base fields are always included. Available return_fields options:
Using return_fields reduces response size and improves API latency. Request only the data you need!