# Google News AI Startup Map Monitor

**Use case:** 

Monitor public Google News results for ai startup map with article titles, publishers, dates, snippets, URLs, countries, languages, and recency filters for...

## Input

```json
{
  "queries": [
    "ai startup map",
    "ai startup map news",
    "ai startup map updates"
  ],
  "maxItemsPerQuery": 15,
  "dateRange": "when:7d",
  "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.