People

People represent individuals associated with organizations, including founders, executives, and key personnel.

Core Person Fields

Field Name

Type

Description

id

integer

Unique AlphaLens person identifier

first_name

string

Person's first name

last_name

string

Person's last name

full_name

string

Complete name

data_source

string

Source of the person data

Professional Information

Field Name

Type

Description

title

string

Current job title/position

is_founder

boolean

Whether the person is a company founder

is_leadership

boolean

Whether the person is in a leadership role

started_on

date

Start date at current organization

ended_on

date

End date at organization (if no longer there)

Contact & Profile Information

Field Name

Type

Description

linkedin_url

string

LinkedIn profile URL

avatar_url

string

Profile picture URL

outlier

boolean

Indicates if data quality requires review

Professional Background

Field Name

Type

Description

experiences

array[object]

Work experience history

education

array[object]

Educational background

index_status

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