Hunter · JSON Structure

Hunter Email Finder Result Structure

Type: object Properties: 11
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

first_name last_name email score domain position company twitter linkedin_url 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": "EmailFinderResult",
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "score": {
      "type": "integer"
    },
    "domain": {
      "type": "string"
    },
    "position": {
      "type": "['string', 'null']"
    },
    "company": {
      "type": "['string', 'null']"
    },
    "twitter": {
      "type": "['string', 'null']"
    },
    "linkedin_url": {
      "type": "['string', 'null']"
    },
    "phone_number": {
      "type": "['string', 'null']"
    },
    "sources": {
      "type": "array"
    }
  }
}