Person
A Person in Crunchbase is a real person in the business world. People can have Jobs, Degrees, participate in Events, and invest in Funding Rounds (thereby investing in /organizations).
A Person can be an Investor and takes on that role if (s)he has participated in a Funding Round.
Properties
property | type | notes |
---|---|---|
permalink | String | |
api_path | Path | |
web_path | Path | |
first_name | String | |
last_name | String | |
also_known_as | Array of String | Aliases / Past Names omitted when item is a related Entity |
bio | String omitted when a related Entity | |
profile_image_url | String | |
role_investor | Boolean | |
born_on | Date | |
born_on_trust_code | TrustCode | |
is_deceased | Boolean | (FIELD HAS BEEN DEPRECATED) |
died_on | Date | |
died_on_trust_code | TrustCode | |
created_at | Timestamp | |
updated_at | Timestamp | |
api_URL | Path | This represents the full URL of the endpoint |
permalink_aliases | String | |
api_url | URL | |
gender | String | |
rank | Integer |
Relationships
name | cardinality | type |
---|---|---|
primary_affiliation | one-to-one | Job |
primary_location | many-to-one | Location |
primary_image | one-to-one | Image |
websites | one-to-many | Website |
degrees | one-to-many | Degree |
jobs | one-to-many | Job |
advisory_roles | one-to-many | Job |
founded_companies | one-to-many | Organization |
investments | one-to-many | InvestorInvestment |
memberships | many-to-many | Note: This relationship has been deprecated and will return null results |
images | one-to-many | Image |
videos | one-to-many | Note: This relationship has been deprecated and will return null results |
news | many-to-many | News |
Updated over 6 years ago