v1

latestOpenAPI 3.0.02026-07-2484509641.9 KB
Search

Search Scoops

Returns a list of Scoops from ZoomInfo's data that meet the specified search criteria.

Scoops are real-time business intelligence signals that provide timely insights into significant events and changes occurring at companies. These actionable data points help sales and marketing teams identify opportunities and engage prospects at the right moment.

Input parameters may require specific values. You can use the Lookup Data endpoint to retrieve the list of possible values.

Use Search Scoops to find Scoops across all ZoomInfo companies, if you want to get Scoops for a specific ZoomInfo company, use the Enrich Scoops endpoint.

With reference to ZoomInfo's Credit Usage and Limits, this endpoint does not consume any Credits. Each Scoop returned in the results does count towards the customer's Record Limit and a successful response will count towards the Request Limit (e.g. for a response that returns 10 Scoops, 10 Records will be counted and 1 Request will be counted)

post/data/v1/scoops/search

Query parameters

page[number]integer

The page of results that you want to retrieve. If not provided, the first page of results will be returned. Use in connection with page[size] to handle large result sets.

Example: page[number]=2&page[size]=25 will return the second page of result (results 26-50 based on the sort value).

page[size]integer

Sets the number of records to return per page. If not provided, the default is 25 records per page. Valid values for page size are any integer from 1 to 100.

sortstring

Sort results by the specified output field. Valid values are scoopId, originalPublishedDate, description, link, and linkText. Add minus sign ('-') for descending order. The default, if not provided, is to sort the results by originalPublishedDate in descending order (-originalPublishedDate)

Examples:

  • scoopId will sort results by Scoop id in ascending alphabetical order.
  • -description will sort results in reverse alphabetical order by the Scoop description

Response

Success