ZoomInfo · Example Payload

Zoominfo Data44 Example

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

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

Top-level fields

companygeoLocation

Example Payload

Raw ↑
{
  "company": {
    "city": "San Francisco",
    "country": "US",
    "employeeCount": 250,
    "id": 500123,
    "industries": [],
    "name": "Acme Corporation",
    "revenue": 100,
    "state": "CA",
    "street": "example_value",
    "ticker": "example_value",
    "website": "example_value",
    "zipCode": "94105"
  },
  "geoLocation": {
    "location_long": 75.5,
    "location_lat": 75.5,
    "country_code": "US",
    "province": "example_value"
  }
}