Company

A company is a legal entity formed by a group of individuals to engage in and operate a business enterprise in a commercial or industrial capacity.
  • Name
    id*
    Type
    string
    Description
    A short, unique identifier for the company. The standard convention is to use the 'companies' prefix followed by the kebab-case name of the company. For example, '/companies/acme-bread'.
  • Name
    name*
    Type
    string
    Description
    The company's full name. Limited to 255 characters.
  • Name
    website
    Type
    string
    Description
    The company's website. E.g. https://www.google.com
  • Name
    aliases
    Type
    array
    Array of strings
    Description
    A list of aliases for the company. This is useful for companies that have changed their name or utilize a DBA.
  • Name
    email
    Type
    string
    Description
    The company's email address. E.g. larry@google.com.
  • Name
    tagline
    Type
    string
    Description
    The company's tagline. Usually a short sentence or phrase that helps describe the company. Limited to 128 characters.
  • Name
    github
    Type
    string
    Description
    The company's full GitHub profile URL.
  • Name
    linkedin
    Type
    string
    Description
    The company's full LinkedIn profile URL.
  • Name
    twitter
    Type
    string
    Description
    The company's full Twitter profile URL.
  • Name
    crunchbase
    Type
    string
    Description
    The company's full Crunchbase profile URL.
  • Name
    image
    Type
    string
    Description
    The company's logo. We recommend square logos of at least 300x300px. Images uploaded via the Community Data editor are uploaded automatically to our free image hosting service aand the URL is returned here.
  • Name
    description
    Type
    string
    Description
    The company's description. This is limited to 1200 characters.
  • Name
    angelco
    Type
    string
    Description
    The company's full AngelList profile URL.
  • Name
    facebook
    Type
    string
    Description
    The company's full Facebook profile URL.
  • Name
    founded_at
    Type
    integer
    Description
    The year the company was founded.
  • Name
    stock_symbol
    Type
    string
    Description
    The company's stock symbol.
  • Name
    non_profit
    Type
    boolean
    Description
    Whether the company is a non-profit.
  • Name
    size
    Type
    string
    Description
    The number of employees currently employed by the company.
    Possible values
    Enum values: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+
  • Name
    stage
    Type
    string
    Description
    The company's stage, according to general startup ecosystem nomenclature. Must be a reference to an instance of the 'Stage' schema.
  • Name
    sectors
    Type
    array
    Array of strings
    Description
    The company's sectors ids. You can read more in the 'Sectors' section below. Must be a reference to an instance of the 'Sector' schema.
  • Name
    status
    Type
    string
    Description
    The company's current status: active, inactive, or shutdown.
    Possible values
    Enum values: active, inactive, shutdown
  • Name
    locations
    Type
    array
    Array of strings
    Description
    An array of locations where the company has offices. Must be a reference to an instance of the 'Location' schema.
  • Name
    headquarters
    Type
    string
    Description
    The company's headquarters location. Must be an instance of the 'Location' schema.
  • Name
    financing_rounds
    Type
    array
    Description
    The company's financing rounds. You can read more in the 'Financing rounds' section below.
    • Name
      id
      Type
      string
      Description
      The Financing Rounds's unique identifier.
    • Name
      stage
      Type
      string
      Description
      The company's stage. Must be a reference to an instance of the 'Stage' schema.
    • Name
      amount
      Type
      number
      Description
      Amount of the financing round
    • Name
      currency
      Type
      string
      Description
      Currency of the financing round
      Possible values
      Enum values: USD, EUR
  • Name
    investments_received
    Type
    array
    Description
    Investments the company has received. You can read more in the 'Investments received' section below.
    • Name
      id
      Type
      string
      Description
      The investment's unique identifier.
    • Name
      investor*
      Type
      string
      Description
      The reference of the investor profile.
    • Name
      stage
      Type
      string
      Description
      The reference of the stage on which the investment have been received. Must be a reference to an instance of the 'Stage' schema.
    • Name
      amount
      Type
      number
      Description
      Amount of the investment
    • Name
      currency
      Type
      string
      Description
      Currency of the investment
      Possible values
      Enum values: USD, EUR
    • Name
      financing_round
      Type
      string
      Description
      Financing round on which this investment is included
  • Name
    is_investor
    Type
    boolean
    Description
    Whether the company makes investments. This means that the company's business entity is listed as a shareholder of private companies, or holds shares in a public entity in the company's name.
  • Name
    investor_profile
    Type
    Description
    The company's typical investment amounts. You can read more in the 'Investor profile' section below.
    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.
  • Name
    founders
    Type
    array
    Array of strings
    Description
    The company's founders. Must be a reference to an instance of the 'Person' schema. The Community Data editor will help you populate this field automatically using an autocomplete search of People entities.
  • Name
    news
    Type
    array
    Description
    News items published relevant to the company.
    • Name
      title
      Type
      string
      Description
    • Name
      summary
      Type
      string
      Description
      A short summary of the news item
    • Name
      image
      Type
      string
      Description
      The URL of the image associated with the news item. Recommended size is 1200x630.
    • Name
      date
      Type
      string
      Description
      The date of the news item
    • Name
      source*
      Type
      string
      Description
      The source of the news item
  • Name
    acquired_by
    Type
    Description
    The company that acquired this company. Must be a reference to an instance of the 'Company' schema.
    anyOf
    • Company not acquired
        null
    • Company acquired
      • Name
        acquirer*
        Type
        string
        Description
      • Name
        acquisition_type
        Type
        string
        Description
        Possible values
        Enum values: full, partial, acquihire
      • Name
        acquired_at
        Type
        string
        Description
      • Name
        amount
        Type
        number
        Description
        Amount of the acquisition
      • Name
        currency
        Type
        string
        Description
        Currency of the acquisition
        Possible values
        Enum values: USD, EUR