Person
A unique individual who has associations with other Community Data entities.
- Description
- A short, unique identifier for the person. Usually the prefix people, the person's first name and last name, separated by a dash. For example, '/people/jane-doe'.
- Description
- The person's full name. For example, 'Jane Doe'.
- Description
- The person's full LinkedIn profile URL. For example, 'https://www.linkedin.com/in/janedoe'.
- Name
alternative_urls
- Type
- array
- Description
- A list of alternative URLs for the person. For example, a personal blog, a personal website, etc...
- Description
- Any aliases the person uses regularly. For example, 'Janey', 'JD', etc...
- Description
- The person's email address. janedoe@gmail.com
- Description
- A short headline to use in people cards. For example, 'Founder of Acme Widgets Co.'. Limited to 255 characters.
- Description
- The person's personal website. For example, 'https://janedoe.com'.
- Description
- The person's GitHub profile URL. For example, 'https://github.com/janedoe'.
- Description
- The person's Crunchbase profile URL. For example, 'https://www.crunchbase.com/person/jane-doe'.
- Description
- The URL of the person's profile image. This can be an external URL or a Community Data image URL that references an image uploaded using the Community Data data editor.
- Name
description
- Type
- string
- Description
- A short description of the person. For example, 'Jane Doe is the founder of Acme Widgets Co. and a member of the Acme Angels investment group.'. Limited to 2000 characters.
- Description
- The person's AngelList profile URL. For example, 'https://angel.co/jane-doe'.
- Description
- The person's Facebook profile URL. For example, 'https://www.facebook.com/janedoe'.
- Description
- An array of locations the person is associated with.
- Description
- An array of work experiences associated with the person.
- Description
- The experience's unique identifier.
- Description
- The relevant company id the person worked for. This is automatically populated by the Community Data data editor when using the autocomplete search.
- Description
- A title of the experience. For example, 'Project Manager', 'Founder', etc...'.
- Description
- When the experience started formatted as an ISO 8601 date string.
- Description
- When the experience ended formatted as an ISO 8601 date string.
- Name
is_investor
- Type
- boolean
- Description
- Whether this experience is an investment experience. For example, if the person worked as an associate at a VC firm and made investments on behalf of the firm, this would be true. If the person worked as a founder or employee of a company, this would be false.
- Name
is_investor
- Type
- boolean
- Description
- Whether the person makes angel investments. This will allow you to set an investment profile and add investments to your personal profile. Any investments made via a separate entity should be associated with that entity instead.
- Description
- An investor profile that describes the person's investment preferences.
anyOf
Without Investor Profile
With Investor Profile
- Name
target_check_low
- Type
- number
- Description
- Minimum target check size in USD
- Name
target_check_high
- Type
- number
- Description
- Maximum target check size in USD
- Name
target_check_sweetspot
- Type
- number
- Description
- Sweetspot target check size in USD
- Name
target_sectors
- Type
- array
- Description
- The investor's target sector ids. You can read more in the 'Sectors' section below. Must be a reference to an instance of the 'Sector' schema.
- Name
target_stages
- Type
- array
- Description
- The investor's target stage ids. You can read more in the 'Stages' section below. Must be a reference to an instance of the 'Stage' schema.
- Name
target_locations
- Type
- array
- Description
- The investor's target location ids. You can read more in the 'Locations' section below. Must be a reference to an instance of the 'Location' schema.