Core Professional
The Core Professional Insights Bundle returns current professional contact details. This data will include the current place of employment, professional email address, business phone and additional details associated with the profile. This Insights Bundle will be returned in the employment, location, profiles, gender, emails and phones keys in the details portion of a Person Summary object.
"details": {
"name": {
en": "Chip",
ily": "Shipperman"
,
"age": null,
"gender": "Male",
"location": "Clifton, AZ, United States",
"demographics": {
ale"
,
"emails": \[ {
"label": "work",
"value": "[email protected]"
}
],
"phones": \[ {
"label": "work",
"value": "+16783335367"
}
],
"profiles": {
"linkedin": {
"url": "[https://www.linkedin.com/in/chipshipperman](https://www.linkedin.com/in/chipshipperman)",
"bio": "I am a independent professional consultant work following services: Professional research, Professional research and reporting for the GIS and Infomatics fields",
"service": "linkedin"
\}
\},
"locations": [
{
"country": "United States"
}
],
"employment": [
{
"name": "Electronic Arts (EA)",
"current": true,
"title": "Mobile Application Developer"
}
],
.....
]
}| 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. |
| Properties Profiles | |
|---|---|
| profiles.{platform}.url string | URL to the profile on the social platform. |
| profiles.{platform}.bio string | Bio of the profile form the social platform. |
| profiles.{platform}.service string | Name of the social platform. |
Updated 15 days ago