ABCDE
1
Field NameCategoryDescriptionTypeValid Values
2
idInternalThe unique Live Data ID for this personstring
3
info_change_detected_atInternalMost recent date that any field changed.datetime
4
title_change_detected_atInternalMost recent date that Live Data detected a title change.datetime
5
company_change_detected_atInternalMost recent date that Live Data detected a company change.datetime
6
created_atInternalDate the person was added to Live Datadatetime
7
jobs.company{}
Person-job-specific
Dict of company-specific information related to the job (see company. fields)
dict
8
jobs.location
Person-job-specific
Location of this jobstring
9
jobs.ended_at
Person-job-specific
Date this job endeddatetime
10
jobs.ended_at_year_only
Person-job-specific
Whether the date is a year-only date (the date will always be Jan 1)boolean
11
jobs.started_at
Person-job-specific
Date the person started this jobdatetime
12
jobs.started_at_year_only
Person-job-specific
Whether the date is a year-only date (the date will always be Jan 1)boolean
13
jobs.email_status
Person-job-specific
Status of their email at this jobstring
valid, catch-all, best-guess
14
jobs.title
Person-job-specific
Title of the person at this jobstring
15
jobs.level
Person-job-specific
Level derived from title using internal ML processstring
C-Team, VP, Director, Manager, Staff, Consultant
16
jobs.function
Person-job-specific
Function derived from title using internal ML processstring
17
jobs.direct_dial_number
Person-job-specific
Person’s phone number at this jobstring
18
jobs.email
Person-job-specific
Person’s email address at this jobstring
19
position{}Person-specificThe most recent job for this person (same as jobs[0]).dict
20
education[]Person-specificArray of the education history for this person (see education. fields)array
21
last_namePerson-specificLast name, if knownstring
22
first_namePerson-specificFirst name, if knownstring
23
connectionsPerson-specificNumber of connections on LinkedInnumber
24
locationPerson-specificLocation of this personstring
25
jobs[]Person-specificAn array of all the jobs the person has had. (see jobs. fields)array
26
linkedinPerson-specificThe linkedin ID for this personstring
27
cell_phone_numberPerson-specificPerson’s cell phone numberstring
28
namePerson-specificName of the personstring
29
countryPerson-specificName of the country this person lives instring
30
company.nameFirmographicName of the companystring
31
company.idFirmographicUnique Live Data ID for this companystring
32
company.locationFirmographicPrimary general locality of the businessstring
33
company.linkedinFirmographicLinkedIn slug for the companystring
34
company.tickerFirmographicPublic stock ticker for the company, if applicablestring
35
company.typeFirmographicCompany type (public, private, govt, non-profit, etc)string
36
company.addressFirmographicPrimary street addressstring
37
company.countryFirmographicPrimary country for this companystring
38
company.domainFirmographicPrimary domain for the companystring
39
company.employee_countFirmographicTotal employee countnumber
40
company.industryFirmographicPrimary industrystring
41
company.sic_codesFirmographicSIC codesstring
42
education.ended_atEducationEnded at date, no more precise than M/Ddatetime
43
education.started_atEducationStarted at date, no more precise than M/Ddatetime
44
education.schoolEducationName of the schoolstring
45
education.fieldEducationName of the field of studystring
46
education.degreeEducationName of the degree the person achievedstring
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100