# Watch a company across news and its own newsroom feed

**Use case:** 

Track one company in both places at once — press coverage via Google News and its own newsroom feed — and get a single deduped stream of what is new.

## Input

```json
{
  "queries": [
    "Nvidia AI chips"
  ],
  "feeds": [
    "https://blogs.nvidia.com/feed/"
  ],
  "monitorId": "company-nvidia",
  "maxArticlesPerQuery": 10,
  "maxTotalNewArticles": 25,
  "language": "en",
  "country": "US",
  "deliverOnFirstRun": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceDomain": {
    "label": "Source",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "sourceType": {
    "label": "Type",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [News Delta API - New-Only Google News + RSS/Atom Monitor](https://apify.com/kaz_kakyo/news-delta-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/news-delta-api) to learn more, explore other use cases, and run it yourself.