Hunter · Schema
CompanyEnrichment
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the company record. |
| name | ['string', 'null'] | Company name. |
| legalName | ['string', 'null'] | Legal name of the company. |
| domain | string | Company domain name. |
| domainAliases | array | Alternate domain names. |
| site | object | |
| category | object | Industry classification. |
| tags | array | Tags associated with the company. |
| description | ['string', 'null'] | Company description. |
| foundedYear | ['integer', 'null'] | Year the company was founded. |
| location | ['string', 'null'] | Location description. |
| timeZone | ['string', 'null'] | Time zone name. |
| utcOffset | ['number', 'null'] | UTC offset in hours. |
| logo | ['string', 'null'] | Company logo URL. |
| object | ||
| object | ||
| object | ||
| crunchbase | object | |
| emailProvider | ['string', 'null'] | Email service provider. |
| type | ['string', 'null'] | Company type. |
| company_type | ['string', 'null'] | Entity type classification. |
| ticker | ['string', 'null'] | Stock ticker symbol. |
| identifiers | object | |
| phone | ['string', 'null'] | Primary phone number. |
| metrics | object | |
| indexedAt | ['string', 'null'] | Date when the record was last indexed. |
| tech | array | Technologies used by the company. |
| techCategories | array | Categories of technologies used. |
| parent | object | |
| ultimateParent | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CompanyEnrichment",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the company record."
},
"name": {
"type": "['string', 'null']",
"description": "Company name."
},
"legalName": {
"type": "['string', 'null']",
"description": "Legal name of the company."
},
"domain": {
"type": "string",
"description": "Company domain name."
},
"domainAliases": {
"type": "array",
"description": "Alternate domain names."
},
"site": {
"type": "object"
},
"category": {
"type": "object",
"description": "Industry classification."
},
"tags": {
"type": "array",
"description": "Tags associated with the company."
},
"description": {
"type": "['string', 'null']",
"description": "Company description."
},
"foundedYear": {
"type": "['integer', 'null']",
"description": "Year the company was founded."
},
"location": {
"type": "['string', 'null']",
"description": "Location description."
},
"timeZone": {
"type": "['string', 'null']",
"description": "Time zone name."
},
"utcOffset": {
"type": "['number', 'null']",
"description": "UTC offset in hours."
},
"logo": {
"type": "['string', 'null']",
"description": "Company logo URL."
},
"facebook": {
"type": "object"
},
"linkedin": {
"type": "object"
},
"twitter": {
"type": "object"
},
"crunchbase": {
"type": "object"
},
"emailProvider": {
"type": "['string', 'null']",
"description": "Email service provider."
},
"type": {
"type": "['string', 'null']",
"description": "Company type."
},
"company_type": {
"type": "['string', 'null']",
"description": "Entity type classification."
},
"ticker": {
"type": "['string', 'null']",
"description": "Stock ticker symbol."
},
"identifiers": {
"type": "object"
},
"phone": {
"type": "['string', 'null']",
"description": "Primary phone number."
},
"metrics": {
"type": "object"
},
"indexedAt": {
"type": "['string', 'null']",
"description": "Date when the record was last indexed."
},
"tech": {
"type": "array",
"description": "Technologies used by the company."
},
"techCategories": {
"type": "array",
"description": "Categories of technologies used."
},
"parent": {
"type": "object"
},
"ultimateParent": {
"type": "object"
}
}
}