Home
Hunter
Hunter Lead Structure
Hunter Lead Structure
Type: object
Properties: 21
Contact Discovery Email Email Verification Lead Generation Prospecting Sales Intelligence
Lead is a JSON Structure definition published by Hunter, describing 21 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
id
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
sync_status
sending_status
last_activity_at
last_contacted_at
created_at
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"$schema": "https://json-structure.org/draft/2020-12/schema",
"name": "Lead",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"email": {
"type": "string"
},
"first_name": {
"type": "['string', 'null']"
},
"last_name": {
"type": "['string', 'null']"
},
"position": {
"type": "['string', 'null']"
},
"company": {
"type": "['string', 'null']"
},
"company_industry": {
"type": "['string', 'null']"
},
"company_size": {
"type": "['string', 'null']"
},
"confidence_score": {
"type": "['integer', 'null']"
},
"website": {
"type": "['string', 'null']"
},
"country_code": {
"type": "['string', 'null']"
},
"linkedin_url": {
"type": "['string', 'null']"
},
"phone_number": {
"type": "['string', 'null']"
},
"twitter": {
"type": "['string', 'null']"
},
"notes": {
"type": "['string', 'null']"
},
"leads_list_id": {
"type": "['integer', 'null']"
},
"sync_status": {
"type": "['string', 'null']"
},
"sending_status": {
"type": "['string', 'null']"
},
"last_activity_at": {
"type": "['string', 'null']"
},
"last_contacted_at": {
"type": "['string', 'null']"
},
"created_at": {
"type": "string"
}
}
}