Skip to main content
The unified organization/person record returned by company, university, government & NGO, investor, and people endpoints. type and organization_subtype distinguish the concrete kind.
FieldTypeDescription
uuidstringStable UUID of the entity. This is the sole public identifier; numeric ids are not accepted on any entity endpoint.
typestring (organization, person) (nullable)Top-level entity type — exactly one of organization or person. For organizations, organization_subtype carries the specific kind (company / university / gov_ngo / investor). Persons always have a null organization_subtype.
organization_subtypestring (company, university, gov_ngo, investor) (nullable)Organization subtype — one of company, university, gov_ngo, investor. Mutually exclusive. Set only when type is organization; always null for persons.
is_investorboolean (nullable)Stackable role flag — true when the entity makes investments. Independent of type / organization_subtype.
is_founderboolean (nullable)Stackable role flag — true when the person has a founder role. Person-level rollup; always false for organizations.
is_executiveboolean (nullable)Stackable role flag — true when the person holds an executive role. Person-level rollup; always false for organizations.
is_partnerboolean (nullable)Stackable role flag — true when the person holds a partner role (e.g. at an investment firm). Person-level rollup; always false for organizations.
total_investednumber (nullable)Precomputed total amount this entity has invested across all rounds, in whole units of the active currency. Non-null only for entities that make investments (is_investor = true); null otherwise.
namestringDisplay name of the entity.
taglinestring (nullable)Short, one-line marketing description (≤ ~140 chars).
aboutstring (nullable)Long-form description / about text. Plain text, may span multiple sentences.
imagestring (nullable)Absolute URL to the entity’s logo image (PNG or JPEG, CDN-hosted).
dealroom_urlstring (nullable)Canonical URL on app.dealroom.co.
closing_yearnumber (nullable)Year the entity was closed/shut down (null when still active).
employee_countnumber (nullable)Number of employees.
employee_count_1y_growthnumber (nullable)Year-over-year employee count growth percentage.
launch_yearnumber (nullable)Year the entity was founded.
launch_monthnumber (nullable)Month the entity was founded (1-12; null when unknown).
hq_countrystring (nullable)Country name of the entity’s HQ.
hq_citystring (nullable)City of the entity’s HQ.
websitestring (nullable)Full website URL.
website_domainstring (nullable)Domain name only (e.g. “stripe.com”).
linkedin_urlstring (nullable)LinkedIn profile URL.
twitter_urlstring (nullable)Twitter/X profile URL.
latnumber (nullable)HQ latitude in decimal degrees.
lonnumber (nullable)HQ longitude in decimal degrees.
founding_countrystring (nullable)Country name where the entity was founded.
founding_citystring (nullable)City where the entity was founded.
founding_latnumber (nullable)Founding location latitude in decimal degrees.
founding_lonnumber (nullable)Founding location longitude in decimal degrees.
companyobjectCompany-specific attributes. Present only when organization_subtype = company. company_status is one of operational, acquired, closed, low_activity.
personobject
investorobject
universityobject
funding_summaryobjectAggregated funding totals for the entity. Present on companies that have at least one recorded funding round.
tagsarray of object
foundersarray of object
latest_valuationobject
latest_revenueobject
added_atstring (nullable)ISO 8601 timestamp when this entity was created in Dealroom’s source system (“added to Dealroom”). Distinct from created_at (data-loader sync time). Sort with -added_at for a newest-added-first feed.
created_atstring (nullable)ISO 8601 timestamp when this record was first loaded
updated_atstring (nullable)ISO 8601 timestamp when this record was last modified
deleted_atstring (nullable)ISO 8601 timestamp when this record was soft-deleted (null = active)