Person

A unique individual who has associations with other Community Data entities.
  • Name
    id*
    Type
    string
    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'.
  • Name
    name*
    Type
    string
    Description
    The person's full name. For example, 'Jane Doe'.
  • Name
    linkedin
    Type
    string
    Description
    The person's full LinkedIn profile URL. For example, 'https://www.linkedin.com/in/janedoe'.
  • Name
    aliases
    Type
    array
    Array of strings
    Description
    Any aliases the person uses regularly. For example, 'Janey', 'JD', etc...
  • Name
    email
    Type
    string
    Description
    The person's email address. janedoe@gmail.com
  • Name
    headline
    Type
    string
    Description
    A short headline to use in people cards. For example, 'Founder of Acme Widgets Co.'. Limited to 255 characters.
  • Name
    website
    Type
    string
    Description
    The person's personal website. For example, 'https://janedoe.com'.
  • Name
    github
    Type
    string
    Description
    The person's GitHub profile URL. For example, 'https://github.com/janedoe'.
  • Name
    twitter
    Type
    string
    Description
    The person's Twitter profile URL. For example, 'https://twitter.com/janedoe'.
  • Name
    crunchbase
    Type
    string
    Description
    The person's Crunchbase profile URL. For example, 'https://www.crunchbase.com/person/jane-doe'.
  • Name
    image
    Type
    string
    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.
  • Name
    angelco
    Type
    string
    Description
    The person's AngelList profile URL. For example, 'https://angel.co/jane-doe'.
  • Name
    facebook
    Type
    string
    Description
    The person's Facebook profile URL. For example, 'https://www.facebook.com/janedoe'.
  • Name
    locations
    Type
    array
    Array of strings
    Description
    An array of locations the person is associated with.
  • Name
    experiences
    Type
    array
    Description
    An array of work experiences associated with the person.
    • Name
      id
      Type
      string
      Description
      The experience's unique identifier.
    • Name
      company*
      Type
      string
      Description
      The relevant company id the person worked for. This is automatically populated by the Community Data data editor when using the autocomplete search.
    • Name
      title
      Type
      string
      Description
      A title of the experience. For example, 'Project Manager', 'Founder', etc...'.
    • Name
      started_at
      Type
      string
      Description
      When the experience started formatted as an ISO 8601 date string.
    • Name
      ended_at
      Type
      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.
  • Name
    investor_profile
    Type
    Description
    An investor profile that describes the person's investment preferences.
    anyOf
    • Without Investor Profile
        null
    • 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
        Array of strings
        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
        Array of strings
        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
        Array of strings
        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.