Hunter · JSON Structure

Hunter Company Enrichment Structure

Type: object Properties: 30
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

CompanyEnrichment is a JSON Structure definition published by Hunter, describing 30 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name legalName domain domainAliases site category tags description foundedYear location timeZone utcOffset logo facebook linkedin twitter crunchbase emailProvider type company_type ticker identifiers phone metrics indexedAt tech techCategories parent ultimateParent

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompanyEnrichment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "['string', 'null']"
    },
    "legalName": {
      "type": "['string', 'null']"
    },
    "domain": {
      "type": "string"
    },
    "domainAliases": {
      "type": "array"
    },
    "site": {
      "type": "object"
    },
    "category": {
      "type": "object"
    },
    "tags": {
      "type": "array"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "foundedYear": {
      "type": "['integer', 'null']"
    },
    "location": {
      "type": "['string', 'null']"
    },
    "timeZone": {
      "type": "['string', 'null']"
    },
    "utcOffset": {
      "type": "['number', 'null']"
    },
    "logo": {
      "type": "['string', 'null']"
    },
    "facebook": {
      "type": "object"
    },
    "linkedin": {
      "type": "object"
    },
    "twitter": {
      "type": "object"
    },
    "crunchbase": {
      "type": "object"
    },
    "emailProvider": {
      "type": "['string', 'null']"
    },
    "type": {
      "type": "['string', 'null']"
    },
    "company_type": {
      "type": "['string', 'null']"
    },
    "ticker": {
      "type": "['string', 'null']"
    },
    "identifiers": {
      "type": "object"
    },
    "phone": {
      "type": "['string', 'null']"
    },
    "metrics": {
      "type": "object"
    },
    "indexedAt": {
      "type": "['string', 'null']"
    },
    "tech": {
      "type": "array"
    },
    "techCategories": {
      "type": "array"
    },
    "parent": {
      "type": "object"
    },
    "ultimateParent": {
      "type": "object"
    }
  }
}