ZoomInfo · Example Payload

Zoominfo Data35 Example

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Zoominfo Data35 Example is an example object payload from ZoomInfo, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

phonefaxstreetcitystatezipCodecountrycompany

Example Payload

Raw ↑
{
  "phone": "+1-555-555-1234",
  "fax": "example_value",
  "street": "example_value",
  "city": "San Francisco",
  "state": "CA",
  "zipCode": "94105",
  "country": "US",
  "company": {
    "id": 500123,
    "addressStatus": "123 Main Street",
    "subUnitType": "standard",
    "locationName": "Acme Corporation",
    "locationEmployeeCount": 250
  }
}