| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
String | ✔️ | User-friendly display name. | |
profileUrl |
Optional<String> | ➖ | Link to internal company company profile. | |
websiteUrls |
List<String> | ➖ | Link to company's associated websites. | |
logoUrl |
Optional<String> | ➖ | 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<String> | ➖ | User facing string representing the company's location. | New York City |
phone |
Optional<String> | ➖ | Phone number as a number string. | |
fax |
Optional<String> | ➖ | Fax number as a number string. | |
industry |
Optional<String> | ➖ | User facing string representing the company's industry. | Finances |
annualRevenue |
Optional<Double> | ➖ | Average company's annual revenue for reference. | |
numberOfEmployees |
Optional<Long> | ➖ | Average company's number of employees for reference. | |
stockSymbol |
Optional<String> | ➖ | Company's stock symbol if company is public. | |
foundedDate |
LocalDate | ➖ | The date when the company was founded. | |
about |
Optional<String> | ➖ | User facing description of company. | Financial, software, data, and media company headquartered in Midtown Manhattan, New York City |