---
title: "Search News"
method: POST
path: "/data/v1/news/search"
tags: ["Search"]
---

# Search News

`POST /data/v1/news/search`

Returns a list of News articles from ZoomInfo's data that meet the specified search criteria. All inputs are optional,
but at least one input must be set to get a successful response.

Input parameters may require specific values. You can use the [Lookup Data](https://docs.zoominfo.com/zoominfoenterprise/reference/lookupinterface_lookup)
endpoint to retrieve the list of possible values.

Use Search News to find News articles across all ZoomInfo companies, if you want to get News articles for a specific ZoomInfo company,
use the [Enrich News](https://docs.zoominfo.com/zoominfoenterprise/reference/enrichinterface_enrichnews) endpoint.

With reference to ZoomInfo's [Credit Usage and Limits](https://docs.zoominfo.com/zoominfoenterprise/docs/credit-usage-and-limits), this endpoint does not
consume any Credits. Each News article 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 news articles, 10 Records will
be counted and 1 Request will be counted)

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
