Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ZoomInfo WebSights API API

The Websights API identifies anonymous website traffic by resolving IP addresses (IPv4 & IPv6) to return company and ISP profiles and IP geolocation details.**Company vs. ISP response data**If the IP address belongs to a company, details about the company are returned including geolocation details. For example:```"data": { "company": { "city": "Vancouver", "country": "United States", "employeeCount": 1300, "id": 344589814, "industries": [ "media.data", "media", "software" ], "name": "Zoom Information, Inc.", "revenue": 400000, "state": "Washington", "street": "805 Broadway St Suite 900", "ticker": "", "website": "www.zoominfo.com", "zipCode": "98660" }, "geoLocation": { "location_long": -122.672, "location_lat": 45.627, "country_code": "US", "province": "Washington" }```If the IP address belongs to an internet service provider (ISP), details about the ISP are returned including geolocation details. For example:``` "data": { "geoLocation": { "location_long": -71.06616, "location_lat": 42.45843, "country_code": "US", "province": "Massachusetts" }, "ispInfo": { "domain": "comcast.com", "ip_hi_string": "73.143.255.255", "ip_lo_string": "73.142.0.0", "name": "Comcast Cable Communications, Inc.", "type": "isp" }```**Charging mechanism**Your account is provisioned with an allocated number of records that you can retrieve over a 1-year period. A record is either a company for which ZoomInfo has data, or an Internet Service Provider (ISP). If a query does not match a company or ISP, no record is charged.

ZoomInfo WebSights API API is one of 23 APIs that ZoomInfo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 168 JSON Schema definitions.

Tagged areas include WebSights API. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 168 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 14 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.zoominfo.com.

3 operations 3 paths 14 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://api.zoominfo.com
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

ZoomInfo WebSights API API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (httpBearer). It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — JWT token obtained from the /authenticate endpoint

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

WebSights API 3

The Websights API identifies anonymous website traffic by resolving IP addresses (IPv4 & IPv6) to return company and ISP profiles and IP geolocation details. Company vs. ISP respo…

POST
/enrich/ip
Zoominfo Ip Enrich
IPEnrich body → 200
GET
/lookup/inputfields/ip/enrich
Zoominfo Ip Enrich Inputs
IPEnrichInputs → 200
GET
/lookup/outputfields/ip/enrich
Zoominfo Ip Enrich Outputs
IPEnrichOutputs → 200

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are Company24 (12 properties), IspInfo (5 properties), GeoLocation (4 properties), GetIPEnrichInput (3 properties). Each schema is shown below with its type and property counts.

Data44
object
2 properties 2 required
Result17
object
2 properties 2 required
IPbelongstoISP
object
2 properties 2 required
IspInfo
object
5 properties 5 required
Company24
object
12 properties 12 required
Data43
object
2 properties 2 required
GeoLocation
object
4 properties 4 required
IPbelongstoacompany
object
2 properties 2 required
Data42
object
2 properties 2 required
GetIPEnrichInput
object
3 properties 3 required
IPEnrichOutput
object
2 properties 2 required
Data41
object
2 properties 2 required
IPEnrichRequest
object
1 property 1 required
Result18
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoominfo-websights-api-api-openapi.yml Raw ↑

Other APIs ZoomInfo publishes across the network.

ZoomInfo Authentication API
ZoomInfo Bulk API
ZoomInfo Company Enrich API
ZoomInfo Company Location Enrich API
ZoomInfo Company Master Data Enrich API
ZoomInfo Company Search API
ZoomInfo Compliance API API
ZoomInfo Contact Enrich API
ZoomInfo Contact Search API
ZoomInfo Corporate Hierarchy Enrich API
ZoomInfo Hashtags Enrich API
ZoomInfo Intent Enrich API