Hunter · JSON Structure

Hunter Email Verifier Result Structure

Type: object Properties: 14
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

status result score email regexp gibberish disposable webmail mx_records smtp_server smtp_check accept_all block sources

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EmailVerifierResult",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "result": {
      "type": "string"
    },
    "score": {
      "type": "integer"
    },
    "email": {
      "type": "string"
    },
    "regexp": {
      "type": "boolean"
    },
    "gibberish": {
      "type": "boolean"
    },
    "disposable": {
      "type": "boolean"
    },
    "webmail": {
      "type": "boolean"
    },
    "mx_records": {
      "type": "boolean"
    },
    "smtp_server": {
      "type": "boolean"
    },
    "smtp_check": {
      "type": "boolean"
    },
    "accept_all": {
      "type": "boolean"
    },
    "block": {
      "type": "boolean"
    },
    "sources": {
      "type": "array"
    }
  }
}