# Cybersecurity Data Breach News Monitor

**Use case:** 

Get real-time updates on cybersecurity threats and data breaches. Access sentiment-scored news from Google and Bing over the past three days.

## Input

```json
{
  "mode": "topic",
  "query": "cybersecurity data breach ransomware",
  "queries": [
    "openai",
    "anthropic"
  ],
  "sources": [
    "googleNews",
    "bingNews"
  ],
  "maxPerSource": 30,
  "maxResults": 60,
  "daysBack": 3,
  "language": "en-US",
  "country": "US",
  "dedup": true,
  "sentiment": true,
  "useApifyProxy": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceDomain": {
    "label": "Domain",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published",
    "format": "string"
  },
  "sentimentLabel": {
    "label": "Sentiment",
    "format": "string"
  },
  "sentimentScore": {
    "label": "Score",
    "format": "number"
  },
  "url": {
    "label": "Article",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [News Intelligence Scraper — AI Agent Real-Time News API](https://apify.com/logiover/news-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/news-intelligence-scraper) to learn more, explore other use cases, and run it yourself.