Hunter · JSON Structure

Hunter Domain Email Structure

Type: object Properties: 12
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

value type confidence first_name last_name position seniority department linkedin twitter phone_number sources

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DomainEmail",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "confidence": {
      "type": "integer"
    },
    "first_name": {
      "type": "['string', 'null']"
    },
    "last_name": {
      "type": "['string', 'null']"
    },
    "position": {
      "type": "['string', 'null']"
    },
    "seniority": {
      "type": "['string', 'null']"
    },
    "department": {
      "type": "['string', 'null']"
    },
    "linkedin": {
      "type": "['string', 'null']"
    },
    "twitter": {
      "type": "['string', 'null']"
    },
    "phone_number": {
      "type": "['string', 'null']"
    },
    "sources": {
      "type": "array"
    }
  }
}