Hunter · JSON Structure

Hunter Lead Input Structure

Type: object Properties: 15
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

email first_name last_name position company company_industry company_size confidence_score website country_code linkedin_url phone_number twitter notes leads_list_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LeadInput",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "position": {
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "company_industry": {
      "type": "string"
    },
    "company_size": {
      "type": "string"
    },
    "confidence_score": {
      "type": "integer"
    },
    "website": {
      "type": "string"
    },
    "country_code": {
      "type": "string"
    },
    "linkedin_url": {
      "type": "string"
    },
    "phone_number": {
      "type": "string"
    },
    "twitter": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "leads_list_id": {
      "type": "integer"
    }
  }
}