# AI News Tracker - Google News

**Use case:** 

Track AI news from Google News with article titles, sources, snippets, publish dates, links, country, language, and scraped timestamps.

## Input

```json
{
  "queries": [
    "artificial intelligence"
  ],
  "topics": [],
  "topHeadlines": false,
  "country": "us",
  "language": "en",
  "maxArticlesPerFeed": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "link": {
    "label": "Link",
    "format": "link"
  },
  "feedType": {
    "label": "Feed",
    "format": "text"
  },
  "feedQuery": {
    "label": "Query/Topic",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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