| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
str | ✔️ | User-friendly display name. | |
profile_url |
Optional[str] | ➖ | Link to internal company company profile. | |
website_urls |
List[str] | ➖ | Link to company's associated websites. | |
logo_url |
Optional[str] | ➖ | The URL of the company's logo. Public, Glean-authenticated and Base64 encoded data URLs are all valid (but not third-party-authenticated URLs). | |
location |
Optional[str] | ➖ | User facing string representing the company's location. | New York City |
phone |
Optional[str] | ➖ | Phone number as a number string. | |
fax |
Optional[str] | ➖ | Fax number as a number string. | |
industry |
Optional[str] | ➖ | User facing string representing the company's industry. | Finances |
annual_revenue |
Optional[float] | ➖ | Average company's annual revenue for reference. | |
number_of_employees |
Optional[int] | ➖ | Average company's number of employees for reference. | |
stock_symbol |
Optional[str] | ➖ | Company's stock symbol if company is public. | |
founded_date |
datetime | ➖ | The date when the company was founded. | |
about |
Optional[str] | ➖ | User facing description of company. | Financial, software, data, and media company headquartered in Midtown Manhattan, New York City |