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.
Metadata
The identity and technical contract details declared by the specification.
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.
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…
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.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from ZoomInfo 12
Other APIs ZoomInfo publishes across the network.