# Cybersecurity News Monitoring Scraper

**Use case:** 

Monitor worldwide news about cybersecurity with title, source, country, language and date from thousands of outlets.

## Input

```json
{
  "query": "cybersecurity",
  "timespan": "3d",
  "sort": "DateDesc",
  "maxItems": 30
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Source Domain",
    "format": "string"
  },
  "sourceCountry": {
    "label": "Source Country",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "seenDate": {
    "label": "Seen (UTC)",
    "format": "string"
  },
  "socialImage": {
    "label": "Image",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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