---
title: "Enrich News"
method: POST
path: "/data/v1/news/enrich"
tags: ["Enrich"]
---

# Enrich News

`POST /data/v1/news/enrich`

Enrich the specified company with relevant News articles. A company identifier must be provided (companyId, companyName, companyWebsite); 
all other criteria are optional.

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 Enrich News to find News articles for a specific ZoomInfo company. To find News articles across the entire database of
ZoomInfo Companies, use the [Search News](https://docs.zoominfo.com/zoominfoenterprise/reference/searchinterface_searchnews) endpoint.

With reference to ZoomInfo's [Credit Usage and Limits](https://docs.zoominfo.com/zoominfoenterprise/docs/credit-usage-and-limits), a credit will be counted for the enriched
company. 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. For example, a successful response that returns 10 news articles, 1 credit will be charged if
applicable, 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)
