Professional

The Professional Insights Bundle returns current professional contact details. This data will include the company address for the current place of employment, professional email address, business phone and additional industry details associated to the profile. This Insights Bundle will be returned in the employment, emails and phones keys in the details portion of a Person Summary object.


"emails": [
  {
    "label": "work",
    "value": "[email protected]"
  }
],
"phones": [
  {
    "label": "work",
    "value": "+16783335367"
    }
  ],
"employment": [
  {
    "name": "Zero Confusion, LLC",
    "domain": "zeroconfusion.net",
    "current": true,
    "title": "Chief Executive Officer",
    "start": {
      "year": 2010,
      "month": 6,
      "day": 1
    },
    "locations": [
      {
        "city": "Denver",
        "region": "Colorado",
        "regionCode": "CO",
        "formatted": "Denver, Colorado, United States"
      }
    ]
  }
]
Properties: details.email
label
string
The classification of the email.
value
string
The professional email address of an individual.
Properties: details.phone
details.phones[n].label
string
The classification of the phone.
details.phones[n].value
string
A phone number associated with the individual's company.
Properties: details.employment
name
string
The name of the organization/place of current employment.
domain
string
The website domain of the current place of employment.
current
boolean
Indicator of whether or not this is the current place of employment.
title
string
Job or position title.
start
object
Object representing start date, with properties for year, month and
day returned as integers.
end
object
Object representing end date, with properties for year, month and
day returned as integers.
locations[n].city
string
The "city" portion of the location address.
locations[n].region
string
The region portion of the location address, typically a state or province.
locations[n].regionCode
string
An abbreviated or code-based representation of the region.
locations[n].country
string
The country portion of the location address.
locations[n].formatted
string
The formatted address.