---
title: "Company data model"
url: "https://docs.unified.to/enrich/company/model"
description: "API reference for Company data model. Launch multiple pre-built Company integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:51:55.397Z"
---
# Company data model

A company object from an enrichment integration

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/enrich/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for this company object

**created\_at**date 

The date that this company object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

The last date that this company object was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

The name of the company

**description**string 

The description of the company

**domain**string 

The webmail domain of the company

**twitter\_handle**string 

The twitter handle of the company

**twitter\_url**string 

The twitter URL of the company

**address**object 

The address of the company

**telephones** array 

An array of telephones for this company

**linkedin\_url**string 

The LinkedIn URL of the company

**crunchbase\_url**string 

The Crunchbase URL of the company

**facebook\_url**string 

The Facebook URL of the company

**youtube\_url**string 

The Youtube URL of the company

**instagram\_url**string 

The Crunchbase URL of the company

**yelp\_url**string 

The Yelp URL of the company

**logo\_url**string 

The URL of the logo of the company

**exchange**string 

The public exchange of the company (eg. NASDAQ)

**stock**string 

The stock ticker of the company (eg. AMZN)

**year\_founded**number 

The year that the company was founded

**alexa\_rank**number 

The Alexa rank of the company

**naics\_code**number 

The NAICS code of the company

**sic\_code**number 

The SIC code of the company

**employees**string 

The number of employees at the company

**revenue**string 

The approximate revenue of the company

**industry**string 

The industry of the company

**raw**any 

The raw data returned by the integration for this company
