# Cybersecurity startup news tracker

**Use case:** 

Scrape recent Google News results for cybersecurity startup coverage and funding signals.

## Input

```json
{
  "queries": [
    "cybersecurity startup"
  ],
  "maxItemsPerQuery": 20,
  "dateRange": "when:30d",
  "country": "US",
  "language": "en-US",
  "dedupe": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "sourceName": {
    "label": "Source",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "googleNewsUrl": {
    "label": "Google News URL",
    "format": "link"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "guid": {
    "label": "GUID",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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