ZoomInfo · Example Payload

Zoominfo Data15 Example

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

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

Top-level fields

idnamelocationMatchwebsitestatecity

Example Payload

Raw ↑
{
  "id": 500123,
  "name": "Acme Corporation",
  "locationMatch": {
    "companyId": 500123,
    "address": {
      "street": "example_value",
      "city": "San Francisco",
      "state": "CA",
      "country": "US",
      "zipCode": "94105"
    },
    "addressStatus": "123 Main Street"
  },
  "website": "example_value",
  "state": "CA",
  "city": "San Francisco"
}