Use the Target API's Contact List endpoint to build a list a contacts using rich filters.
The elements in the contact list contain a newid value and enough additional information such that a user could narrow down a selection from the list. Using the selected newid values you can retrieve additional contact information through the Target API's New Contact Details endpoint.
Endpoint
POST https://api.insideview.com/api/v1/target/contacts
Request
HTTP Headers
Header Name | Type | Required | Description |
accessToken | String | Yes | Valid access token. See Authentication and Authorization Overview for more details. |
Accept | String | No |
Selects the response's content type. Use below mentioned values to access New News Platform based search application/api.news.target.contact.beta+json application/api.news.target.contact.beta+xml |
Form Parameters
Parameter Name | Type | Required | Description | ||||||||||||||||
agents | String | No | agents ID. See API Reference Data for a list of IDs. |
||||||||||||||||
areaCodes | Integer | No | A comma-separated list of area codes | ||||||||||||||||
businessTypes | String | No | A comma-separated list of business types. Valid values are: public, private, school, government, organization |
||||||||||||||||
cities | String | No | A comma-separated list of cities | ||||||||||||||||
peopleCountries | String | No | A comma-separated list of Country Ids | ||||||||||||||||
peopleStates | String | No | A comma-separated list of States | ||||||||||||||||
peopleCities | String | No | A comma-separated list of Cities | ||||||||||||||||
peopleArea | String | No | Area for the search | ||||||||||||||||
peopleAddress | String | No | Address for the search | ||||||||||||||||
companyName | String | No | Name of the company | ||||||||||||||||
companyIdsToInclude | String | No | List of company Ids or new Ids of companies to restrict the list to | ||||||||||||||||
companyIdsToExclude | String | No | List of company Ids or new Ids to exclude from list | ||||||||||||||||
companyStatus | String | No | A comma-separated list of status. Valid values are: operating, subsidiary, acquired |
||||||||||||||||
countries | Integer | No | One country ID. See API Reference Data for a list of IDs. |
||||||||||||||||
fiscalYearEnd | String | No | Example: january | ||||||||||||||||
fortuneRanking | String | No | Valid values are: fortune500, fortune1000 | ||||||||||||||||
industries | String | No | A comma-separated list of industries IDs. See API Reference Data for a list of IDs. |
||||||||||||||||
active | Boolean | No | If present returns only active/inactive contacts | ||||||||||||||||
isEmailRequired | Boolean | No | If set to true, only contacts with an email address will be counted. | ||||||||||||||||
isPhoneRequired | Boolean | No | If set to true, only contacts with a phone number will be counted. | ||||||||||||||||
phoneType | String | No |
Accepts DIRECT, CORP, MOBILE, and ANY to find the corresponding contact's phone numbers. Note: The Direct phone number is only available for InsideView customers and not OEM partners. Mobile phone numbers are now available via the InsideView APIs for customers and partners who have purchased Elite or the mobile phone add-on to Enterprise. |
||||||||||||||||
jobFunctionsV2 | String | No |
A comma-separated list of a newer version of job function ID. |
||||||||||||||||
jobLevelsV2 | String | No |
A comma-separated list a newer version of job level ID. |
||||||||||||||||
jobFunctions | String | No | A comma-separated list of job function ID. See API Reference Data for a list of IDs. |
||||||||||||||||
jobLevels | String | No | A comma-separated list of job level ID. See API Reference Data for a list of IDs. |
||||||||||||||||
fullName | String | No | Contact's full name. | ||||||||||||||||
keyword | String | No |
Deprecated, see titles parameter Keyword string that will be matched against titles. |
||||||||||||||||
keywords | String | No | Restrict agents results to news containing the keywords passed in parameter. Search news articles, press releases, and SEC filings for up to 30 days. you can use newsDuration field for specific number of days. | ||||||||||||||||
newsDuration | Integer | No | A duration in days (1-30). Works with agents and keywords parameter. | ||||||||||||||||
maxEmployees | Integer | No | |||||||||||||||||
maxRevenue | Integer | No | maximum revenue in millions of $ | ||||||||||||||||
minEmployees | Integer | No | |||||||||||||||||
minRevenue | Integer | No | minimum revenue in millions of $ | ||||||||||||||||
categoryIds | Integer | No | Comma separated list of category ids | ||||||||||||||||
subCategoryIds | Integer | No | Comma separated list of sub category ids | ||||||||||||||||
productIds | Integer | No | Comma separated list of product ids | ||||||||||||||||
naics | String | No |
A comma separated list of NAICS codes. You can enter NAICS & SIC codes in two different ways:
|
||||||||||||||||
primaryIndustryOnly | String | No | |||||||||||||||||
primaryNAICSOnly | String | No | |||||||||||||||||
primarySICOnly | String | No | |||||||||||||||||
regions | String | No | A comma separated list of regions. Valid values are: Africa, Asia, Europe, MiddleEast, NorthAmerica, Oceania, SouthAmerica |
||||||||||||||||
sic | String | No | |||||||||||||||||
street | String | No | Street name | ||||||||||||||||
state | String | No | Comma separated list of states | ||||||||||||||||
subIndustries | String | No | A comma separated list of sub-industries IDs. See API Reference Data for a list of IDs. |
||||||||||||||||
titles | String | No | Keyword string that will be matched against titles. | ||||||||||||||||
socialNetworks | String | No | Social network handle type (ex: twitter or linkedin or facebook) | ||||||||||||||||
zipCodes | String | No | A comma separated list of zip codes. | ||||||||||||||||
page | Integer | No | Default: 1 | ||||||||||||||||
resultsPerPage | Integer | No | Default: 10, maximum value: 500 | ||||||||||||||||
sortBy | String | No | Attributes used to sort the list of results. Valid values are: active, title, popularity, companyName | ||||||||||||||||
sortOrder | String | No | Valid values are: asc, desc | ||||||||||||||||
gender | String | No | Diversity status based on Gender | ||||||||||||||||
ethnicity | Int | No |
Diversity status based on Ethnicity. Valid values are comma separated list of ethnicity ids.
|
||||||||||||||||
dbe | Boolean | No | Diversity status based on Disadvantages Business Ent. | ||||||||||||||||
wbe | Boolean | No | Diversity status based on Women Business Ent. | ||||||||||||||||
mbe | Boolean | No | Diversity status based on Minority Business Ent. | ||||||||||||||||
vbe | Boolean | No | Diversity status based on Veteran Business Ent. | ||||||||||||||||
disabled | Boolean | No | Diversity status based on Disabled Business Ent. | ||||||||||||||||
lgbt | Boolean | No | Diversity status based on Gay Lesbian business Ent. | ||||||||||||||||
hasContactInfo | Boolean | No | Pass it as 'true' to filter contacts with either a phone number or email. When you pass it as 'false', contact records in response will neither have a phone number nor email. | ||||||||||||||||
businessStructure |
String | No |
The organizational structure of a company (globalParent, uncategorized, subsidiary, group, independent) |
||||||||||||||||
companyStatusV2 |
String | No |
Company status (operating, non-Operating, acquired, liquidating, outOfBusiness, unassigned) |
||||||||||||||||
companyTypeV2 |
String | No |
Company type (public, private, government, organization, unknown) |
Responses
Here are the major responses the API may return.
For details on the errors, see API Error Codes.
HTTP 200
Returns either a JSON or XML data structure depending on the request Accept header.
Name | type | Description |
contacts | Array | Array of search results |
contactsid | String | New contact id. To be used with New Contact Details endpoint |
contactscompanyId | String | Contact's company InsideView ID |
contactscompanyName | String | |
contactstitles | Array | Array of contact's titles |
contactscity | String | Returns the Company's headquarters address |
contactsstate | String | Comma Separated List of States |
contactscountry | String | |
contactsemailMd5Hash | String | MD5 hash of the contact's email address. This can be used to compare with contact email addresses you already know of, to avoid calling the New Contact Details endpoint. |
contactsemailValidationStatus | String | Returns the validation status of the email. Such as ValidEmail or ValidDomain. |
contactsconfidenceScore | String | The min or maximum confidence score for a contact's email. |
contactsactive | Boolean | |
contactshasEmail | Boolean | |
contactsphoneType | String | Returns the Direct and Corporate phone number of an executive. |
contactsfirstName | String | First name |
contactslastName | String | Last name |
contactsfullName | String | Full name |
contactspeopleId | String | PeopleId for the contact |
page | Integer | Page number in the result set |
resultsPerPage | Integer | Number of search result per page |
totalResults | Integer | Total number of search results |
Type: application/json
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "The list of contact Search Results",
"properties": {
"contacts": {
"id": "contacts",
"type": "array",
"items": {
"id": "0",
"type": "object",
"properties": {
"id": {
"id": "id",
"type": "string"
},
"companyId": {
"id": "companyId",
"type": "integer"
},
"companyName": {
"id": "companyName",
"type": "string"
},
"emailMd5Hash": {
"id": "emailMd5Hash",
"type": "string"
},
"emailValidationStatus": {
"id": "emailValidationStatus",
"type": "string"
},
"emails": {
"id": "emails",
"type": "array",
"items": {
"id": "0",
"type": "object",
"properties": {
"emailMd5Hash": {
"id": "emailMd5Hash",
"type": "string"
},
"validationStatus": {
"id": "validationStatus",
"type": "string"
}
}
}
},
"city": {
"id": "city",
"type": "string"
},
"state": {
"id": "state",
"type": "string"
},
"country": {
"id": "country",
"type": "string"
},
"active": {
"id": "active",
"type": "boolean"
},
"hasPhone": {
"id": "hasPhone",
"type": "boolean"
},
"hasEmail": {
"id": "hasEmail",
"type": "boolean"
},
"titles": {
"id": "titles",
"type": "array",
"items": {
"id": "0",
"type": "string"
}
},
"firstName": {
"id": "firstName",
"type": "string"
},
"lastName": {
"id": "lastName",
"type": "string"
},
"fullName": {
"id": "fullName",
"type": "string"
},
"peopleId": {
"id": "peopleId",
"type": "string"
},
"confidenceScore": {
"id": "confidenceScore",
"type": "number"
},
"phoneType": {
"id": "phoneType",
"type": "string"
}
}
}
},
"totalResults": {
"id": "totalResults",
"type": "string"
},
"page": {
"id": "page",
"type": "string"
},
"resultsPerPage": {
"id": "resultsPerPage",
"type": "string"
}
}
}
Example
{
"contacts": [
{
"id": "PuC56htoWwZ8mSfdTgqSdfJqo69W1d1H4l2InUEW9ENibwSFXRNVmyQKBQHI_Z8v",
"companyId": "735859",
"companyName": "salesforce.com, inc.",
"titles": [
"Chairman & Chief Executive Officer"
],
"emailMd5Hash": "fb61d971a1a50eecbc0258faa5b11b6d",
"emailValidationStatus": "ValidDomain",
"emails": [
{
"emailMd5Hash": "fb61d971a1a50eecbc0258faa5b11b6d",
"validationStatus": "ValidDomain"
}
],
"city": "San Francisco",
"state": "CA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "Marc",
"lastName": "Benioff",
"fullName": "Marc Benioff",
"peopleId": "hO4PznJrqjnRn8qlfd6oRSj2LZo4FwMXuiJX1msHfD6M4r3DWcAyHxxzAI4qA2DV",
"confidenceScore": 0.81,
"phoneType": "CORP"
},
{
"id": "AF3GR3TpyC47ACxu5t4bBRNMKei94dh5B4iaWdgkYQphgKU5NeCpZL9p6MbmiLl8",
"companyId": "726579",
"companyName": "Oracle Corporation",
"titles": [
"Chief Executive Officer, Director"
],
"emailMd5Hash": "03b57861a274f64d0aaf17a1701dff1b",
"emailValidationStatus": "ValidEmail",
"emails": [
{
"emailMd5Hash": "03b57861a274f64d0aaf17a1701dff1b",
"validationStatus": "ValidEmail"
}
],
"city": "Redwood City",
"state": "CA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "Mark",
"lastName": "Hurd",
"fullName": "Mark Hurd",
"peopleId": "ySzd4CE4vJ2Hq2T6mWASvYXWT_KHPToZAm8TCLAl9cTRKXjd5HIO4zVGp9Br2sFS",
"confidenceScore": 0.82,
"phoneType": "CORP"
},
{
"id": "1WhHImR7pXLvHsM8ffnIoX-gl2d8jpPWfB6MspF--ALd5Xmh4nJGrgpFF27Dnodw",
"companyId": "736233",
"companyName": "Google, Inc.",
"titles": [
"Executive Chairman"
],
"emailMd5Hash": "6f54d9085c31b1076c4b9a5177970a1b",
"emailValidationStatus": "ValidDomain",
"emails": [
{
"emailMd5Hash": "6f54d9085c31b1076c4b9a5177970a1b",
"validationStatus": "ValidDomain"
}
],
"city": "Mountain View",
"state": "CA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "Eric",
"lastName": "Schmidt",
"fullName": "Eric Schmidt",
"peopleId": "NhmTcBjC4-Qvs_FhIBxasscYn8sVMoRa-maFLu3KZneQykz9wF9AjcNGEVoLJ-EX",
"confidenceScore": 0.83,
"phoneType": "DIRECT"
},
{
"id": "e_zAKbaifnjVHnLb-UjHLNtQflE9i-q0EkIhqno8W-SpFyPD4RILClmeix1KGHZF",
"companyId": "726263",
"companyName": "Microsoft Corporation",
"titles": [
"Chief Executive Officer, Director"
],
"emailMd5Hash": "ccd82f0fc514f45aa6a0098e5d00c5b9",
"emailValidationStatus": "ValidEmail",
"emails": [
{
"emailMd5Hash": "ccd82f0fc514f45aa6a0098e5d00c5b9",
"validationStatus": "ValidEmail"
}
],
"city": "Redmond",
"state": "WA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "Satya",
"lastName": "Nadella",
"fullName": "Satya Nadella",
"peopleId": "i-cUEH0IKstJmgBSVNPlQvR1sRIv7Uzd30sCHuebRLfeflMkjekB7ckwb-EpRy06",
"confidenceScore": 0.82,
"phoneType": "CORP"
},
{
"id": "NZ30nmuF51Z7fsFoZ149FHQmXuf4DWFnBbBs1yqUDRe-EmuFThWyAiKex6npyx4F",
"companyId": "724468",
"companyName": "Apple Inc.",
"titles": [
"Chief Executive Officer and Board Member"
],
"emailMd5Hash": "4a18f04b20237635b43cde490853a66e",
"emailValidationStatus": "ValidEmail",
"emails": [
{
"emailMd5Hash": "4a18f04b20237635b43cde490853a66e",
"validationStatus": "ValidEmail"
}
],
"city": "Cupertino",
"state": "CA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "Tim",
"lastName": "Cook",
"fullName": "Tim Cook",
"peopleId": "ZWUf25_lqO7SY_AEoCa9H23wj0W_7eCqHbJO3nw_7gcFrg2vQ0LZ2iS0pCse8MlD",
"confidenceScore": 0.81,
"phoneType": "CORP"
},
{
"id": "6Kt1XlclfGkwwkQ5PIESSaTIldJVo89xcbCsfUUOt5bX4Q1XAD1a8TqOulROVgcm",
"companyId": "726489",
"companyName": "NIKE, Inc.",
"titles": [
"Independent Director"
],
"city": "Beaverton",
"state": "OR",
"country": "United States",
"active": true,
"hasPhone": false,
"hasEmail": false,
"firstName": "Tim",
"lastName": "Cook",
"fullName": "Tim Cook",
"peopleId": "ZWUf25_lqO7SY_AEoCa9H23wj0W_7eCqHbJO3nw_7gcFrg2vQ0LZ2iS0pCse8MlD",
"confidenceScore": 0.79
},
{
"id": "NZ30nmuF51Z7fsFoZ149FDMYzsVPFZhftV_NPzgl8Kx-KHLSPu0_mSiSvzdLxnMQ",
"companyId": "726263",
"companyName": "Microsoft Corporation",
"titles": [
"Founder and Technology Advisor, Director"
],
"emailMd5Hash": "7b0b00f11c4dea81a195c4332441b554",
"emailValidationStatus": "ValidEmail",
"emails": [
{
"emailMd5Hash": "7b0b00f11c4dea81a195c4332441b554",
"validationStatus": "ValidEmail"
}
],
"city": "Redmond",
"state": "WA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "William",
"lastName": "Gates",
"fullName": "William H Gates",
"peopleId": "NhmTcBjC4-Qvs_FhIBxaskNsrMxPSXxEgc3OXSx9Y89Jrtnj8MDI0HG9F9PXOawJ",
"confidenceScore": 0.78,
"phoneType": "DIRECT"
},
{
"id": "1WhHImR7pXLvHsM8ffnIoWK5s_zgcOqCZyhUv7NmkRgC44OZZGkhYVcaFopQQfhk",
"companyId": "726535",
"companyName": "Wells Fargo & Co",
"titles": [
"Systems QA Analyst"
],
"emailMd5Hash": "7c55c0ca930ccf3dfcd34497e367b197",
"emailValidationStatus": "ValidEmail",
"emails": [
{
"emailMd5Hash": "7c55c0ca930ccf3dfcd34497e367b197",
"validationStatus": "ValidEmail"
}
],
"city": "San Francisco",
"state": "CA",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": true,
"firstName": "Padmaja",
"lastName": "Vazrala",
"fullName": "Padmaja Vazrala",
"peopleId": "RtAQCfBKDqHDOghtle5Wm7Z8SFeFif6NdBt8iI1N_gOnYc7ObYQn2LhSWpkEX7a6",
"confidenceScore": 0.85,
"phoneType": "CORP"
},
{
"id": "FOXl8gPF_-n81ABybMG22Z6BkQu5xoxRVDj6j8s8wLU4JbzXja0G_sAkbRbKWflp",
"companyId": "730247",
"companyName": "Amazon.com, Inc.",
"titles": [
"Chairman of the Board, President, Chief Executive Officer"
],
"emailMd5Hash": "fab09c10f1a77f8bd1f8bd1d2496c471",
"emailValidationStatus": "ValidDomain",
"emails": [
{
"emailMd5Hash": "fab09c10f1a77f8bd1f8bd1d2496c471",
"validationStatus": "ValidDomain"
}
],
"city": "Seattle",
"state": "WA",
"country": "United States",
"active": true,
"hasPhone": false,
"hasEmail": true,
"firstName": "Jeffrey",
"lastName": "Bezos",
"fullName": "Jeffrey Bezos",
"peopleId": "FOXl8gPF_-n81ABybMG22fDld6f99LfOb_nNOkDt09Qfa9k769gepOyviGhxxdw_",
"confidenceScore": 0.86
},
{
"id": "d19oY8bwn5MwYVdk07mKNOgwM7ZnykfFwOgUNTgeuZcbHL2atXNtfJ5tDcs0g6Ns",
"companyId": "725210",
"companyName": "Dillard's, Inc.",
"titles": [
"Director, Digital Marketing"
],
"city": "Little Rock",
"state": "AR",
"country": "United States",
"active": true,
"hasPhone": true,
"hasEmail": false,
"firstName": "Mike",
"lastName": "Hodapp",
"fullName": "Mike Hodapp",
"peopleId": "q_8DSXvAWaU8ZiLLBkHMdGMQOKiRearJF6jtUnaJDY3HRP7UMsmKWvWW8fqaB8Uk",
"confidenceScore": 0.80,
"phoneType": "CORP"
}
],
"totalResults": "1511433",
"page": "1",
"resultsPerPage": "10"
}
Type: application/xml
Schema
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="contactList" type="TargetContactSearchResult"/> <xs:element name="contacts" type="TargetContactSearchResultContact"/> <xs:element name="email" type="emailDTO" /> <xs:complexType name="emailDTO"> <xs:sequence> <xs:element name="emailMd5Hash" type="xs:string" minOccurs="0" /> <xs:element name="validationStatus" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:complexType name="TargetContactSearchResult"> <xs:sequence> <xs:element ref="contacts" minOccurs="0" maxOccurs="1"/> <xs:element name="totalResults" type="xs:string" minOccurs="1"/> <xs:element name="page" type="xs:string" minOccurs="1"/> <xs:element name="resultsPerPage" type="xs:string" minOccurs="1"/> </xs:sequence> </xs:complexType> <xs:complexType name="TargetContactSearchResultContact"> <xs:sequence> <xs:element name="contact" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="companyId" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="companyName" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="titles" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="title" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="emailMd5Hash" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="emailValidationStatus" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="emails" minOccurs="0" maxOccurs="1"> <xs:complexType> <xs:sequence> <xs:element ref="email" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="city" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="state" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="country" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="active" type="xs:boolean" minOccurs="0" maxOccurs="1"/> <xs:element name="hasPhone" type="xs:boolean" minOccurs="0" maxOccurs="1"/> <xs:element name="hasEmail" type="xs:boolean" minOccurs="0" maxOccurs="1"/> <xs:element name="firstName" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="lastName" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="fullName" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="peopleId" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="confidenceScore" type="xs:decimal" minOccurs="0" maxOccurs="1"/> <xs:element name="phoneType" type="xs:string" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:schema>
Example
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<contactList>
<contacts>
<id>PuC56htoWwZ8mSfdTgqSdfJqo69W1d1H4l2InUEW9ENibwSFXRNVmyQKBQHI_Z8v</id>
<companyId>735859</companyId>
<companyName>salesforce.com, inc.</companyName>
<titles>Chairman & Chief Executive Officer</titles>
<emailMd5Hash>fb61d971a1a50eecbc0258faa5b11b6d</emailMd5Hash>
<emailValidationStatus>ValidDomain</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>fb61d971a1a50eecbc0258faa5b11b6d</emailMd5Hash>
<validationStatus>ValidDomain</validationStatus>
</email>
</emails>
<city>San Francisco</city>
<state>CA</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Marc</firstName>
<lastName>Benioff</lastName>
<fullName>Marc Benioff</fullName>
<peopleId>hO4PznJrqjnRn8qlfd6oRSj2LZo4FwMXuiJX1msHfD6M4r3DWcAyHxxzAI4qA2DV</peopleId>
<confidenceScore>0.81</confidenceScore>
<phoneType>DIRECT</phoneType>
</contacts>
<contacts>
<id>AF3GR3TpyC47ACxu5t4bBRNMKei94dh5B4iaWdgkYQphgKU5NeCpZL9p6MbmiLl8</id>
<companyId>726579</companyId>
<companyName>Oracle Corporation</companyName>
<titles>Chief Executive Officer, Director</titles>
<emailMd5Hash>03b57861a274f64d0aaf17a1701dff1b</emailMd5Hash>
<emailValidationStatus>ValidEmail</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>03b57861a274f64d0aaf17a1701dff1b</emailMd5Hash>
<validationStatus>ValidEmail</validationStatus>
</email>
</emails>
<city>Redwood City</city>
<state>CA</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Mark</firstName>
<lastName>Hurd</lastName>
<fullName>Mark Hurd</fullName>
<peopleId>ySzd4CE4vJ2Hq2T6mWASvYXWT_KHPToZAm8TCLAl9cTRKXjd5HIO4zVGp9Br2sFS</peopleId>
<confidenceScore>0.82</confidenceScore>
<phoneType>CORP</phoneType>
</contacts>
<contacts>
<id>1WhHImR7pXLvHsM8ffnIoX-gl2d8jpPWfB6MspF--ALd5Xmh4nJGrgpFF27Dnodw</id>
<companyId>736233</companyId>
<companyName>Google, Inc.</companyName>
<titles>Executive Chairman</titles>
<emailMd5Hash>6f54d9085c31b1076c4b9a5177970a1b</emailMd5Hash>
<emailValidationStatus>ValidDomain</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>6f54d9085c31b1076c4b9a5177970a1b</emailMd5Hash>
<validationStatus>ValidDomain</validationStatus>
</email>
</emails>
<city>Mountain View</city>
<state>CA</state>
<country>United States</country>
<active>true</active>
<hasPhone>false</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Eric</firstName>
<lastName>Schmidt</lastName>
<fullName>Eric Schmidt</fullName>
<peopleId>NhmTcBjC4-Qvs_FhIBxasscYn8sVMoRa-maFLu3KZneQykz9wF9AjcNGEVoLJ-EX</peopleId>
<confidenceScore>0.83</confidenceScore>
</contacts>
<contacts>
<id>e_zAKbaifnjVHnLb-UjHLNtQflE9i-q0EkIhqno8W-SpFyPD4RILClmeix1KGHZF</id>
<companyId>726263</companyId>
<companyName>Microsoft Corporation</companyName>
<titles>Chief Executive Officer, Director</titles>
<emailMd5Hash>ccd82f0fc514f45aa6a0098e5d00c5b9</emailMd5Hash>
<emailValidationStatus>ValidEmail</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>ccd82f0fc514f45aa6a0098e5d00c5b9</emailMd5Hash>
<validationStatus>ValidEmail</validationStatus>
</email>
</emails>
<city>Redmond</city>
<state>WA</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Satya</firstName>
<lastName>Nadella</lastName>
<fullName>Satya Nadella</fullName>
<peopleId>i-cUEH0IKstJmgBSVNPlQvR1sRIv7Uzd30sCHuebRLfeflMkjekB7ckwb-EpRy06</peopleId>
<confidenceScore>0.82</confidenceScore>
<phoneType>DIRECT</phoneType>
</contacts>
<contacts>
<id>NZ30nmuF51Z7fsFoZ149FHQmXuf4DWFnBbBs1yqUDRe-EmuFThWyAiKex6npyx4F</id>
<companyId>724468</companyId>
<companyName>Apple Inc.</companyName>
<titles>Chief Executive Officer and Board Member</titles>
<emailMd5Hash>4a18f04b20237635b43cde490853a66e</emailMd5Hash>
<emailValidationStatus>ValidEmail</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>4a18f04b20237635b43cde490853a66e</emailMd5Hash>
<validationStatus>ValidEmail</validationStatus>
</email>
</emails>
<city>Cupertino</city>
<state>CA</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Tim</firstName>
<lastName>Cook</lastName>
<fullName>Tim Cook</fullName>
<peopleId>ZWUf25_lqO7SY_AEoCa9H23wj0W_7eCqHbJO3nw_7gcFrg2vQ0LZ2iS0pCse8MlD</peopleId>
<confidenceScore>0.81</confidenceScore>
<phoneType>CORP</phoneType>
</contacts>
<contacts>
<id>6Kt1XlclfGkwwkQ5PIESSaTIldJVo89xcbCsfUUOt5bX4Q1XAD1a8TqOulROVgcm</id>
<companyId>726489</companyId>
<companyName>NIKE, Inc.</companyName>
<titles>Independent Director</titles>
<city>Beaverton</city>
<state>OR</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>false</hasEmail>
<firstName>Tim</firstName>
<lastName>Cook</lastName>
<fullName>Tim Cook</fullName>
<peopleId>ZWUf25_lqO7SY_AEoCa9H23wj0W_7eCqHbJO3nw_7gcFrg2vQ0LZ2iS0pCse8MlD</peopleId>
<confidenceScore>0.79</confidenceScore>
<phoneType>DIRECT</phoneType>
</contacts>
<contacts>
<id>NZ30nmuF51Z7fsFoZ149FDMYzsVPFZhftV_NPzgl8Kx-KHLSPu0_mSiSvzdLxnMQ</id>
<companyId>726263</companyId>
<companyName>Microsoft Corporation</companyName>
<titles>Founder and Technology Advisor, Director</titles>
<emailMd5Hash>7b0b00f11c4dea81a195c4332441b554</emailMd5Hash>
<emailValidationStatus>ValidEmail</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>7b0b00f11c4dea81a195c4332441b554</emailMd5Hash>
<validationStatus>ValidEmail</validationStatus>
</email>
</emails>
<city>Redmond</city>
<state>WA</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>true</hasEmail>
<firstName>William</firstName>
<lastName>Gates</lastName>
<fullName>William H Gates</fullName>
<peopleId>NhmTcBjC4-Qvs_FhIBxaskNsrMxPSXxEgc3OXSx9Y89Jrtnj8MDI0HG9F9PXOawJ</peopleId>
<confidenceScore>0.78</confidenceScore>
<phoneType>CORP</phoneType>
</contacts>
<contacts>
<id>1WhHImR7pXLvHsM8ffnIoWK5s_zgcOqCZyhUv7NmkRgC44OZZGkhYVcaFopQQfhk</id>
<companyId>726535</companyId>
<companyName>Wells Fargo & Co</companyName>
<titles>Systems QA Analyst</titles>
<emailMd5Hash>7c55c0ca930ccf3dfcd34497e367b197</emailMd5Hash>
<emailValidationStatus>ValidEmail</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>7c55c0ca930ccf3dfcd34497e367b197</emailMd5Hash>
<validationStatus>ValidEmail</validationStatus>
</email>
</emails>
<city>San Francisco</city>
<state>CA</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Padmaja</firstName>
<lastName>Vazrala</lastName>
<fullName>Padmaja Vazrala</fullName>
<peopleId>RtAQCfBKDqHDOghtle5Wm7Z8SFeFif6NdBt8iI1N_gOnYc7ObYQn2LhSWpkEX7a6</peopleId>
<confidenceScore>0.85</confidenceScore>
<phoneType>CORP</phoneType>
</contacts>
<contacts>
<id>FOXl8gPF_-n81ABybMG22Z6BkQu5xoxRVDj6j8s8wLU4JbzXja0G_sAkbRbKWflp</id>
<companyId>730247</companyId>
<companyName>Amazon.com, Inc.</companyName>
<titles>Chairman of the Board, President, Chief Executive Officer</titles>
<emailMd5Hash>fab09c10f1a77f8bd1f8bd1d2496c471</emailMd5Hash>
<emailValidationStatus>ValidDomain</emailValidationStatus>
<emails>
<email>
<emailMd5Hash>fab09c10f1a77f8bd1f8bd1d2496c471</emailMd5Hash>
<validationStatus>ValidDomain</validationStatus>
</email>
</emails>
<city>Seattle</city>
<state>WA</state>
<country>United States</country>
<active>true</active>
<hasPhone>false</hasPhone>
<hasEmail>true</hasEmail>
<firstName>Jeffrey</firstName>
<lastName>Bezos</lastName>
<fullName>Jeffrey Bezos</fullName>
<peopleId>FOXl8gPF_-n81ABybMG22fDld6f99LfOb_nNOkDt09Qfa9k769gepOyviGhxxdw_</peopleId>
<confidenceScore>0.86</confidenceScore>
</contacts>
<contacts>
<id>d19oY8bwn5MwYVdk07mKNOgwM7ZnykfFwOgUNTgeuZcbHL2atXNtfJ5tDcs0g6Ns</id>
<companyId>725210</companyId>
<companyName>Dillard's, Inc.</companyName>
<titles>Director, Digital Marketing</titles>
<city>Little Rock</city>
<state>AR</state>
<country>United States</country>
<active>true</active>
<hasPhone>true</hasPhone>
<hasEmail>false</hasEmail>
<firstName>Mike</firstName>
<lastName>Hodapp</lastName>
<fullName>Mike Hodapp</fullName>
<peopleId>q_8DSXvAWaU8ZiLLBkHMdGMQOKiRearJF6jtUnaJDY3HRP7UMsmKWvWW8fqaB8Uk</peopleId>
<confidenceScore>0.80</confidenceScore>
<phoneType>DIRECT</phoneType>
</contacts>
<page>1</page>
<resultsPerPage>10</resultsPerPage>
<totalResults>1511433</totalResults>
</contactList>
HTTP 400
Invalid query parameter(s).
HTTP 401
Unauthorized Error - Cannot use API's without setting a valid accessToken in header.
HTTP 405
Method Not Allowed - Your are not allowed to access this API.
HTTP 429
Request is throttled.