Zoominfo Data9 Example is an example object payload from ZoomInfo, with 35 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"id": 500123,
"firstName": "Acme Corporation",
"middleName": "Acme Corporation",
"lastName": "Acme Corporation",
"email": "jsmith@example.com",
"hasCanadianEmail": "jsmith@example.com",
"phone": "+1-555-555-1234",
"directPhoneDoNotCall": true,
"street": "example_value",
"city": "San Francisco",
"region": "example_value",
"metroArea": "example_value",
"zipCode": "94105",
"state": "CA",
"country": "US",
"personHasMoved": "example_value",
"withinEu": true,
"withinCalifornia": true,
"withinCanada": true,
"lastUpdatedDate": "2025-03-15T14:30:00Z",
"noticeProvidedDate": "2025-03-15T14:30:00Z",
"salutation": "example_value",
"suffix": "example_value",
"jobTitle": "Vice President of Sales",
"jobFunction": [],
"education": [],
"hashedEmails": "user@example.com",
"picture": "example_value",
"mobilePhoneDoNotCall": true,
"externalUrls": "https://www.example.com",
"contactAccuracyScore": 85,
"isDefunct": true,
"employmentHistory": [],
"managementLevel": [],
"company": {
"division": "example_value",
"id": 500123,
"name": "Acme Corporation",
"descriptionList": [],
"phone": "+1-555-555-1234",
"fax": "example_value",
"street": "example_value",
"city": "San Francisco",
"state": "CA",
"zipCode": "94105",
"country": "US",
"logo": "example_value",
"sicCodes": [],
"naicsCodes": [],
"website": "example_value",
"revenue": "example_value",
"revenueNumeric": 100,
"employeeCount": 250,
"type": "standard",
"ticker": "example_value",
"ranking": [],
"socialMediaUrls": "https://www.example.com",
"primaryIndustry": [],
"industries": [],
"revenueRange": "example_value",
"employeeRange": "example_value"
}
}