Hunter · JSON Structure

Hunter Domain Search Result Structure

Type: object Properties: 7
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

domain disposable webmail accept_all pattern organization emails

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DomainSearchResult",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "disposable": {
      "type": "boolean"
    },
    "webmail": {
      "type": "boolean"
    },
    "accept_all": {
      "type": "boolean"
    },
    "pattern": {
      "type": "['string', 'null']"
    },
    "organization": {
      "type": "string"
    },
    "emails": {
      "type": "array"
    }
  }
}