Find out what the Engineering team has been up to across our entire platform, including general announcements, updates, and bugfixes.
license_class
field.Breaking Changes Policies
Address Coordinate Errors
Effective Dates
Coverage Expansion
Schema Updates
New columns in the 'residents' table:
personal_emails_validation_status
(string): The validation status of the associated personal email. ‘Valid’ indicates a validated email; null means unknown.personal_emails_last_seen
(date): The date of the last validation or verification attempt for the personal email. Null if unknown.business_email
(string): The primary business email observed for this person.business_email_validation_status
(string): Validation status of the business email. ‘Valid’ means the email was validated; null means unknown. May contain values like ‘Valid-ESP’ (validated by email service provider) or ‘Valid-Digital’ (validated by cookie/digital tag).business_email_last_seen
(date): The date of the last known validation or verification attempt of the business email. Null if unknown.linkedin_url
(string): URL of the person’s LinkedIn profile.homeowner
(string): Reports if the person in this record is a homeowner. Y and N are observed values, P represents that they are likely a homeowner, based on probabilistic modeling, and null values represent ‘unknown’.gender
(string): The person’s gender.age_range
(string): The person’s age mapped to standard demographic ranges.is_married
(boolean): Indicates if the person is married.has_children
(boolean): Indicates if the person has children.income_range
(string): The person’s income range.net_worth
(string): The person’s net worth, mapped to standard demographic ranges. Null if unknown.job_title
(string): The person’s job title.seniority_level
(string): The seniority level of the person’s role.department
(string): The department in which the person works.job_title_last_updated
(date): The last date the person’s job title was updated.last_updated
(date): The last date any value in this record was updated.work_history
(string, JSON): A JSON-formatted history of the person’s work experiences (e.g., company name, * position, duration, start/end time, job description, location, social_url).education_history
(string): The person’s education background.social_connections
(string): The number of social media connections the person has, provided in ranges (e.g., 1-9, 10-49, etc.).company_name
(string): The name of the company where the person works.company_domain
(string): The company’s domain.company_phone
(string): The company’s contact phone number.company_sic
(string): The Standard Industrial Classification (SIC) code(s) of the company, separated by semicolons if multiple.company_street_no
(string): The street number of the company’s address.company_street
(string): The street name of the company’s address.company_city
(string): The city in which the company is located.company_zip
(string): The company’s 5-digit ZIP code.company_state
(string): The uppercase state abbreviation for the company’s address.company_linkedin_url
(string): The URL of the company’s LinkedIn profile.company_revenue
(string): The company’s revenue, expressed in standard ranges.company_employee_count
(string): The number of observed US enterprise employees at the company, provided in * standard firmographic ranges.company_primary_industry
(string): The primary industry in which the company operates.company_description
(string): A description of the company’s business activities.company_naics
(string): The company’s North American Industry Classification System (NAICS) code(s).New 'employees' table (connected to 'contractors'):
contractor_id
(string)person_id
(string)name
(string)street_no
(string)street
(string)city
(string)zipcode
(string)zipcode_ext
(string)state
(string)phone
(string)email
(string)email_validation_status
(string)email_last_seen
(date)business_email
(string)business_email_validation_status
(string)business_email_last_seen
(date)linkedin_url
(string)homeowner
(string)gender
(string)age_range
(string)is_married
(boolean)has_children
(boolean)income_range
(string)net_worth
(string)job_title
(string)seniority_level
(string)department
(string)job_title_last_updated
(date)work_history
(string, JSON formatted)education_history
(string)