# Cybersecurity Breach & Ransomware News Monitor

**Use case:** 

Track data breaches, ransomware attacks, security incidents, and vulnerability news. Export fresh, deduplicated Google News articles for alerts.

## Input

```json
{
  "queries": [
    "data breach",
    "ransomware attack",
    "cybersecurity incident",
    "security vulnerability"
  ],
  "exactPhrase": "",
  "excludeKeywords": [],
  "includeDomains": [],
  "excludeDomains": [],
  "geo": "US",
  "language": "en",
  "maxItemsPerQuery": 75,
  "maxQueries": 100,
  "dedupe": true,
  "enableAnalysis": false,
  "monitoringMode": false,
  "monitorKey": "default",
  "monitoringInitialRun": "emit",
  "requestDelayMs": 500,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceDomain": {
    "label": "Publisher domain",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "queryType": {
    "label": "Type",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "sentiment": {
    "label": "Sentiment",
    "format": "text"
  },
  "sentimentScore": {
    "label": "Sentiment score",
    "format": "number"
  },
  "entities": {
    "label": "Entities",
    "format": "array"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "googleNewsUrl": {
    "label": "Link",
    "format": "link"
  },
  "geo": {
    "label": "Geo",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google News Scraper](https://apify.com/groupoject/google-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/groupoject/google-news-scraper) to learn more, explore other use cases, and run it yourself.