People
People represent individuals associated with organizations, including founders, executives, and key personnel.
Core Person Fields
Field Name |
Type |
Description |
---|---|---|
|
integer |
Unique AlphaLens person identifier |
|
string |
Person's first name |
|
string |
Person's last name |
|
string |
Complete name |
|
string |
Source of the person data |
Professional Information
Field Name |
Type |
Description |
---|---|---|
|
string |
Current job title/position |
|
boolean |
Whether the person is a company founder |
|
boolean |
Whether the person is in a leadership role |
|
date |
Start date at current organization |
|
date |
End date at organization (if no longer there) |
Contact & Profile Information
Field Name |
Type |
Description |
---|---|---|
|
string |
LinkedIn profile URL |
|
string |
Profile picture URL |
|
boolean |
Indicates if data quality requires review |
Professional Background
Field Name |
Type |
Description |
---|---|---|
|
array[object] |
Work experience history |
|
array[object] |
Educational background |
|
string |
Profile completeness status |
Experience Object Structure
{
"title": "string",
"company_name": "string",
"started_on": "date",
"ended_on": "date",
"description": "string"
}
Education Object Structure
{
"school_name": "string",
"degree_name": "string",
"field_of_study": "string",
"started_on": "date",
"ended_on": "date",
"activities_and_societies": "string"
}
Investment Context: Person data includes venture_investor_profile_id
when the individual is also an active investor